launch in window by default
This commit is contained in:
parent
64f4ad65af
commit
e2c8638217
1 changed files with 2 additions and 1 deletions
3
.vscode/launch.json
vendored
3
.vscode/launch.json
vendored
|
@ -10,7 +10,8 @@
|
||||||
"request": "launch",
|
"request": "launch",
|
||||||
"program": "beamshow.py",
|
"program": "beamshow.py",
|
||||||
"console": "integratedTerminal",
|
"console": "integratedTerminal",
|
||||||
"justMyCode": true
|
"justMyCode": true,
|
||||||
|
"args": ["-w"]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
Loading…
Reference in a new issue