launch in window by default

This commit is contained in:
Patrick Moessler 2023-02-17 02:05:23 +01:00
parent 64f4ad65af
commit e2c8638217

3
.vscode/launch.json vendored
View file

@ -10,7 +10,8 @@
"request": "launch",
"program": "beamshow.py",
"console": "integratedTerminal",
"justMyCode": true
"justMyCode": true,
"args": ["-w"]
}
]
}