1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-10-06 09:17:07 +02:00

Default to debug console on start

This commit is contained in:
Elias Steurer 2023-01-26 12:10:12 +01:00
parent 97b05c5ff9
commit 7b8cea1a3a

8
.vscode/launch.json vendored
View File

@ -11,7 +11,7 @@
"stopAtEntry": false,
"cwd": "${workspaceFolder}",
"environment": [],
"console": false,
"internalConsoleOptions": "openOnSessionStart",
"windows": {
"environment": [
{
@ -35,7 +35,7 @@
"stopAtEntry": false,
"cwd": "${workspaceFolder}",
"environment": [],
"console": false,
"internalConsoleOptions": "openOnSessionStart",
"windows": {
"environment": [
{
@ -59,7 +59,7 @@
"stopAtEntry": false,
"cwd": "${workspaceFolder}",
"environment": [],
"console": false,
"internalConsoleOptions": "openOnSessionStart",
"windows": {
"environment": [
{
@ -83,7 +83,7 @@
"stopAtEntry": false,
"cwd": "${workspaceFolder}",
"environment": [],
"console": false,
"internalConsoleOptions": "openOnSessionStart",
"windows": {
"environment": [
{