From e2c8638217b6b0a59cd537cfc4f23cf7ee942f70 Mon Sep 17 00:00:00 2001 From: Patrick Moessler Date: Fri, 17 Feb 2023 02:05:23 +0100 Subject: [PATCH] launch in window by default --- .vscode/launch.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 389baf2..1503c3c 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -10,7 +10,8 @@ "request": "launch", "program": "beamshow.py", "console": "integratedTerminal", - "justMyCode": true + "justMyCode": true, + "args": ["-w"] } ] } \ No newline at end of file