Application Context Implementation #4

Closed
kayomn wants to merge 93 commits from event-loop-dev into main
1 changed files with 2 additions and 0 deletions
Showing only changes of commit 9251b11427 - Show all commits

2
.vscode/launch.json vendored
View File

@ -9,6 +9,7 @@
"cwd": "${workspaceRoot}", "cwd": "${workspaceRoot}",
"valuesFormatting": "parseText", "valuesFormatting": "parseText",
"preLaunchTask": "Build Debug", "preLaunchTask": "Build Debug",
"internalConsoleOptions": "openOnSessionStart",
}, },
{ {
@ -20,6 +21,7 @@
"cwd": "${workspaceRoot}", "cwd": "${workspaceRoot}",
"valuesFormatting": "parseText", "valuesFormatting": "parseText",
"preLaunchTask": "Build Debug", "preLaunchTask": "Build Debug",
"internalConsoleOptions": "openOnSessionStart",
}, },
] ]
} }