Create extensions.json
taylor_socfortress committed
Jul 10, 2023 at 16:32 UTC
3aa56286e711bc31f4d8be6987dbe8cf6c335035
1 file changed
+16
.vscode/extensions.json
new
+16
@@ -0,0 +1,16 @@
1
+{
2
+ "recommendations": [
3
+ "ms-python.python",
4
+ "ms-python.black-formatter",
5
+ "editorconfig.editorconfig",
6
+ "github.vscode-github-actions",
7
+ "ecmel.vscode-html-css",
8
+ "george-alison.html-preview-vscodes",
9
+ "esbenp.prettier-vscode",
10
+ "octref.vetur",
11
+ "ms-vscode.remtoe-remote-wsl",
12
+ "dbaeumer.vscode-eslint",
13
+ "Vue.volar",
14
+ "Vue.vscode-typescript-vue-plugin"
15
+ ]
16
+}