We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fdba03 commit 4f90a86Copy full SHA for 4f90a86
.vscode/launch.json
@@ -2,7 +2,7 @@
2
"version": "0.2.0",
3
"configurations": [
4
{
5
- "name": "SampleApp.Angular Launch",
+ "name": "SampleApp.Angular",
6
"type": "coreclr",
7
"request": "launch",
8
"preLaunchTask": "Build Angular Example",
@@ -19,7 +19,7 @@
19
}
20
},
21
22
- "name": "SampleApp.Classic Launch",
+ "name": "SampleApp.Classic",
23
24
25
"preLaunchTask": "Build Classic Example",
0 commit comments