diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 2d77eb7..a1ca0cb 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -15,7 +15,9 @@ "vscode": { "settings": {}, "extensions": [ - "streetsidesoftware.code-spell-checker" + "streetsidesoftware.code-spell-checker", + "ms-vscode.cpptools-extension-pack", + "ms-azuretools.vscode-docker" ] } } diff --git a/.vscode/launch.json b/.vscode/launch.json index a4636b5..c4f3bc6 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -18,8 +18,7 @@ "text": "-enable-pretty-printing", "ignoreFailures": true } - ], - "preLaunchTask": "Build Main" + ] } ] } \ No newline at end of file