We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e71056 commit a9863aeCopy full SHA for a9863ae
devcontainer/devcontainer.json renamed to .devcontainer/devcontainer.json
@@ -12,10 +12,18 @@
12
},
13
// Add the IDs of extensions you want installed when the container is created.
14
"extensions": [
15
- "linkedinlearning.linkedinlearning-vscode-theme"
+ "linkedinlearning.linkedinlearning-vscode-theme",
16
+ "octref.vetur",
17
+ "Vue.volar",
18
+ "dbaeumer.vscode-eslint",
19
+ "esbenp.prettier-vscode",
20
+ "eamodio.gitlens"
21
]
22
}
- },
23
+ },
24
+ "postCreateCommand": "npm install",
25
+
26
27
// Update welcome text and set terminal prompt to '$ '
28
"onCreateCommand": "echo PS1='\"$ \"' >> ~/.bashrc",
29
// Pull all branches
vscode/settings.json renamed to .vscode/settings.json
0 commit comments