Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Pasero <benjamin.pasero@microsoft.com>2021-06-15 16:40:20 +0300
committerBenjamin Pasero <benjamin.pasero@microsoft.com>2021-06-15 16:40:24 +0300
commit270002e3b875d3e20fa588eb93bad060af8b40aa (patch)
tree4cd4b5d43d7e189dbbd92afa75bae4e6d5d5ac93 /.vscode/launch.json
parentd63a0c355b26211f3964e9a0d3bd563ffea57a3e (diff)
fix emmet test integration path
Diffstat (limited to '.vscode/launch.json')
-rw-r--r--.vscode/launch.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json
index 3189af066ff..361d5d81e62 100644
--- a/.vscode/launch.json
+++ b/.vscode/launch.json
@@ -71,7 +71,7 @@
"name": "VS Code Emmet Tests",
"runtimeExecutable": "${execPath}",
"args": [
- "${workspaceFolder}/extensions/emmet/test-fixtures",
+ "${workspaceFolder}/extensions/emmet/test-workspace",
"--extensionDevelopmentPath=${workspaceFolder}/extensions/emmet",
"--extensionTestsPath=${workspaceFolder}/extensions/emmet/out/test"
],