chore: updated launch.json logging

This commit is contained in:
Syntriax 2025-07-12 16:32:06 +03:00
parent b641ebde08
commit 1bf8238925

21
.vscode/launch.json vendored
View File

@ -10,7 +10,12 @@
"args": [], "args": [],
"cwd": "${workspaceFolder}", "cwd": "${workspaceFolder}",
"stopAtEntry": false, "stopAtEntry": false,
"console": "internalConsole" "console": "internalConsole",
"justMyCode": false,
"logging": {
"moduleLoad": false,
"programOutput": true
}
}, },
{ {
"name": ".NET Launch (Client) 2", "name": ".NET Launch (Client) 2",
@ -21,7 +26,12 @@
"args": [], "args": [],
"cwd": "${workspaceFolder}", "cwd": "${workspaceFolder}",
"stopAtEntry": false, "stopAtEntry": false,
"console": "internalConsole" "console": "internalConsole",
"justMyCode": false,
"logging": {
"moduleLoad": false,
"programOutput": true
}
}, },
{ {
"name": ".NET Launch (Server)", "name": ".NET Launch (Server)",
@ -35,7 +45,12 @@
}, },
"cwd": "${workspaceFolder}", "cwd": "${workspaceFolder}",
"stopAtEntry": false, "stopAtEntry": false,
"console": "internalConsole" "console": "internalConsole",
"justMyCode": false,
"logging": {
"moduleLoad": false,
"programOutput": true
}
} }
], ],
"compounds": [ "compounds": [