Skip to content

Commit 7dd5247

Browse files
committed
Removed -verbose debug arg
1 parent ac57ce0 commit 7dd5247

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Deltinteger/Deltinteger/.vscode/launch.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"request": "launch",
6767
"preLaunchTask": "Debug build",
6868
"program": "${workspaceFolder}/bin/Debug/Deltinteger.exe",
69-
"args":["-langserver", "-verbose", "-port 3000 3001"],
69+
"args":["-langserver", "-port 3000 3001"],
7070
"console": "externalTerminal",
7171
"stopAtEntry": false,
7272
"internalConsoleOptions": "openOnSessionStart"

0 commit comments

Comments
 (0)