mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-12 19:23:51 +00:00
Improve devcontainer
This commit is contained in:
parent
abaf40798a
commit
a6c580768d
|
@ -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",
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user