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 22af031 commit 7ebcca1Copy full SHA for 7ebcca1
.devcontainer/devcontainer.json
@@ -15,7 +15,9 @@
15
"vscode": {
16
"settings": {},
17
"extensions": [
18
- "streetsidesoftware.code-spell-checker"
+ "streetsidesoftware.code-spell-checker",
19
+ "ms-vscode.cpptools-extension-pack",
20
+ "ms-azuretools.vscode-docker"
21
]
22
}
23
.vscode/launch.json
@@ -18,8 +18,7 @@
"text": "-enable-pretty-printing",
"ignoreFailures": true
- ],
- "preLaunchTask": "Build Main"
+ ]
24
25
0 commit comments