summaryrefslogtreecommitdiff
path: root/.vscode/extensions.json
diff options
context:
space:
mode:
Diffstat (limited to '.vscode/extensions.json')
-rw-r--r--.vscode/extensions.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/.vscode/extensions.json b/.vscode/extensions.json
index 42264548ea..6b0c1540fb 100644
--- a/.vscode/extensions.json
+++ b/.vscode/extensions.json
@@ -4,6 +4,9 @@
"eg2.vscode-npm-script",
"dbaeumer.vscode-eslint",
"Vue.volar",
- "Vue.vscode-typescript-vue-plugin"
+ "Vue.vscode-typescript-vue-plugin",
+ "Orta.vscode-jest",
+ "dbaeumer.vscode-eslint",
+ "mrmlnc.vscode-json5"
]
}