We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8902ff commit e85c999Copy full SHA for e85c999
1 file changed
.vscode/launch.json
@@ -3,18 +3,17 @@
3
"compounds": [
4
{
5
"name": "Run All",
6
+ "presentation": {
7
+ "group": "maingroup",
8
+ "order": 1
9
+ },
10
"configurations": [
11
"Back End",
12
"Front End"
13
]
14
}
15
],
16
- {
- "type": "node",
- "name": "Run All",
- "request": "launch"
17
- },
18
19
"name": "Back End",
20
"type": "coreclr",
0 commit comments