Skip to content

Commit cfd2eee

Browse files
authored
Merge pull request #465 from ProgramEquity/cwndrws/hackpod/add-vetur-to-devcontainer
Add octref.vetur extension to add Vue editor support
2 parents 2910afb + 41e21c7 commit cfd2eee

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.devcontainer/devcontainer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@
3838
"extensions": [
3939
"dbaeumer.vscode-eslint",
4040
"mtxr.sqltools",
41-
"mtxr.sqltools-driver-pg"
41+
"mtxr.sqltools-driver-pg",
42+
"Vue.volar"
4243
],
4344

4445
// Use 'forwardPorts' to make a list of ports inside the container available locally.

0 commit comments

Comments
 (0)