diff options
author | Josh Spicer <joshspicer@github.com> | 2022-05-13 03:49:10 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-13 03:49:10 +0300 |
commit | 5cf250cf2f0fc73b9d9f9189894608e1b2322dcf (patch) | |
tree | 7058e821965133ad730d376d81b0ffb28f0134d9 /.vscode | |
parent | 1ab755fb27bcf54d05129f21206b63cc91d8728c (diff) |
Update launch.json
Diffstat (limited to '.vscode')
-rw-r--r-- | .vscode/launch.json | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json index 46388dd..6cca5c3 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -9,9 +9,7 @@ "dev-containers-cli-0.1.0.tgz", "features-test", "-d", - "/workspaces/features", - "-f", - "${input:selectedFeatures}" + "/workspaces/features" ], "console": "integratedTerminal", "cwd": "${workspaceFolder}", @@ -52,4 +50,4 @@ "default": "mcr.microsoft.com/vscode/devcontainers/base:focal" } ] -}
\ No newline at end of file +} |