aboutsummaryrefslogtreecommitdiff
path: root/.vscode
diff options
context:
space:
mode:
authorJosh Spicer <joshspicer@github.com>2022-05-13 03:49:10 +0300
committerGitHub <noreply@github.com>2022-05-13 03:49:10 +0300
commit5cf250cf2f0fc73b9d9f9189894608e1b2322dcf (patch)
tree7058e821965133ad730d376d81b0ffb28f0134d9 /.vscode
parent1ab755fb27bcf54d05129f21206b63cc91d8728c (diff)
Update launch.json
Diffstat (limited to '.vscode')
-rw-r--r--.vscode/launch.json6
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
+}