Skip to content

Commit

Permalink
不需要 python-debug 参数
Browse files Browse the repository at this point in the history
  • Loading branch information
sumneko committed Mar 21, 2024
1 parent a3b6667 commit 97754d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/launchGame.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export class GameLauncher {
"--start=Python",
"--python-args=" + args.join(","),
"--plugin-config=Plugins-PyQt",
"--python-debug=1",
//"--python-debug=1",
],
vscode.Uri.joinPath(editorExeUri, "..")
);
Expand Down

0 comments on commit 97754d2

Please sign in to comment.