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:
authorJohannes Rieken <johannes.rieken@gmail.com>2020-01-03 11:01:41 +0300
committerJohannes Rieken <johannes.rieken@gmail.com>2020-01-03 11:01:41 +0300
commitca8a717f5e722ecf2458c82fd99a8427e3a10769 (patch)
tree80e9222c337cc71219ade8a1a22811b7176a381d /.vscode/extensions.json
parent37b071f4390f376198d317f1bd432a5c83fab51d (diff)
tslint removal
Diffstat (limited to '.vscode/extensions.json')
-rw-r--r--.vscode/extensions.json1
1 files changed, 0 insertions, 1 deletions
diff --git a/.vscode/extensions.json b/.vscode/extensions.json
index b4336e7d127..2cd0a32b9ce 100644
--- a/.vscode/extensions.json
+++ b/.vscode/extensions.json
@@ -2,7 +2,6 @@
// See https://go.microsoft.com/fwlink/?LinkId=827846
// for the documentation about the extensions.json format
"recommendations": [
- "ms-vscode.vscode-typescript-tslint-plugin",
"dbaeumer.vscode-eslint",
"EditorConfig.EditorConfig",
"msjsdiag.debugger-for-chrome"