Skip to content

Commit 33c43f7

Browse files
committed
Adjust VSCode run profiles.
1 parent a1e40b5 commit 33c43f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.vscode/launch.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
"version": "0.2.0",
66
"configurations": [
77
{
8-
"name": "Run nameless* at Release mode.",
8+
"name": "Run nameless*",
99
"type": "debugpy",
1010
"request": "launch",
1111
"program": "${cwd}/bootstrapper.py",
1212
"console": "internalConsole"
1313
},
1414
{
15-
"name": "Run nameless* at Debug mode.",
15+
"name": "Run nameless* with Debug logging.",
1616
"type": "debugpy",
1717
"request": "launch",
1818
"program": "${cwd}/bootstrapper.py",

0 commit comments

Comments
 (0)