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>2018-11-13 01:49:30 +0300
committerMatt Bierner <matb@microsoft.com>2018-11-13 01:49:30 +0300
commit573af50461febfa1b142195925c7dfb4a7f7930a (patch)
tree49639e66d0dd9142854c2704b1f42409e0be6618 /.vscode/extensions.json
parent66c71d797efd7bf779488bd1901d0fccbe06b336 (diff)
Switch VS Code workspace to use typescript-tslint-plugin
Use the plugin version of TS lint rather than the external version. Add the plugin as a local dev dependency and add the vscode extension that contributes the plugin as a recomended extension. This should enable the plugin when using the standard version of TS and when using the workspace version of TS
Diffstat (limited to '.vscode/extensions.json')
-rw-r--r--.vscode/extensions.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/.vscode/extensions.json b/.vscode/extensions.json
index 8ad783bcbe3..55cfea092a6 100644
--- a/.vscode/extensions.json
+++ b/.vscode/extensions.json
@@ -2,7 +2,7 @@
// See https://go.microsoft.com/fwlink/?LinkId=827846
// for the documentation about the extensions.json format
"recommendations": [
- "eg2.tslint",
+ "ms-vscode.vscode-typescript-tslint-plugin",
"dbaeumer.vscode-eslint",
"msjsdiag.debugger-for-chrome"
]