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-05-15 08:28:20 +0300
committerMatt Bierner <matb@microsoft.com>2020-05-15 20:39:43 +0300
commit39fb3b1065c5a8ee9cb8b0b94860d449672ed4cc (patch)
tree580a485d5fe529b64b1b234cd3f08dc94dc72f25 /.vscode/launch.json
parent541b9eb7a66cd86baa518ffce1ded2730412b979 (diff)
Mark add missing imports as preferred fixes
Allow auto fixing add missing imports if: - There is only one possible import - And there are no better fixes (such as spelling changes)
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 a4bf62bf947..3fe3be010e9 100644
--- a/.vscode/launch.json
+++ b/.vscode/launch.json
@@ -310,7 +310,7 @@
"name": "TypeScript Extension Tests",
"runtimeExecutable": "${execPath}",
"args": [
- "${workspaceFolder}/extensions/typescript-language-features/test-fixtures",
+ "${workspaceFolder}/extensions/typescript-language-features/test-workspace",
"--extensionDevelopmentPath=${workspaceFolder}/extensions/typescript-language-features",
"--extensionTestsPath=${workspaceFolder}/extensions/typescript-language-features/out/test"
],