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:
authorMatt Bierner <matb@microsoft.com>2020-07-10 04:03:05 +0300
committerMatt Bierner <matb@microsoft.com>2020-07-10 23:25:55 +0300
commit362d3454481d8c58dc579014d22e7d38d56663ac (patch)
treeae8b635b48dbea2efa1ec00e92d3676984f705ab /.vscode/launch.json
parenteb29e868de28699714165b9c0212ac7a9f54e411 (diff)
Adding tests for opening markdown document links
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 a46026d692b..14bceb63786 100644
--- a/.vscode/launch.json
+++ b/.vscode/launch.json
@@ -319,7 +319,7 @@
"name": "Markdown Extension Tests",
"runtimeExecutable": "${execPath}",
"args": [
- "${workspaceFolder}/extensions/markdown-language-features/test-fixtures",
+ "${workspaceFolder}/extensions/markdown-language-features/test-workspace",
"--extensionDevelopmentPath=${workspaceFolder}/extensions/markdown-language-features",
"--extensionTestsPath=${workspaceFolder}/extensions/markdown-language-features/out/test"
],