aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.vscode/extensions.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/.vscode/extensions.json b/.vscode/extensions.json
new file mode 100644
index 00000000..81d8ad2b
--- /dev/null
+++ b/.vscode/extensions.json
@@ -0,0 +1,12 @@
+{
+ // See http://go.microsoft.com/fwlink/?LinkId=827846
+ // for the documentation about the extensions.json format
+ "recommendations": [
+ // Extension identifier format: ${publisher}.${name}. Example: vscode.csharp
+ "dbaeumer.vscode-eslint",
+ "wix.vscode-import-cost",
+ "esbenp.prettier-vscode",
+ "shinnn.stylelint",
+ "wayou.vscode-todo-highlight"
+ ]
+}