Skip to content

Commit

Permalink
Removed -verbose debug arg
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsDeltin committed Jun 26, 2019
1 parent ac57ce0 commit 7dd5247
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Deltinteger/Deltinteger/.vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"request": "launch",
"preLaunchTask": "Debug build",
"program": "${workspaceFolder}/bin/Debug/Deltinteger.exe",
"args":["-langserver", "-verbose", "-port 3000 3001"],
"args":["-langserver", "-port 3000 3001"],
"console": "externalTerminal",
"stopAtEntry": false,
"internalConsoleOptions": "openOnSessionStart"
Expand Down

0 comments on commit 7dd5247

Please sign in to comment.