Improve devcontainer

This commit is contained in:
Matthias 2023-05-09 07:01:13 +02:00
parent abaf40798a
commit a6c580768d

View File

@ -11,6 +11,8 @@
"source=frequi-bashhistory,target=/home/node/commandhistory,type=volume"
],
"remoteUser": "node",
"customizations": {
"vscode": {
"settings": {
// "editor.formatOnSave": true,
"editor.codeActionsOnSave": {
@ -20,7 +22,7 @@
"vue": "html",
"vue-html": "html"
},
"workbench.iconTheme": "vscode-icons",
"workbench.iconTheme": "vscode-icons"
},
"extensions": [
"vue.volar",
@ -30,6 +32,10 @@
"streetsidesoftware.code-spell-checker",
"vscode-icons-team.vscode-icons",
"hediet.vscode-drawio",
],
"ZixuanChen.vitest-explorer",
"antfu.iconify"
]
}
},
"postCreateCommand": "yarn install",
}