mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-21 07:33:51 +00:00
Update necessary extensions for project
This commit is contained in:
parent
58f6459ef2
commit
9c2b00058d
|
@ -27,15 +27,16 @@
|
|||
"extensions": [
|
||||
"vue.volar",
|
||||
"dbaeumer.vscode-eslint",
|
||||
"antfu.iconify",
|
||||
"ms-playwright.playwright",
|
||||
"vitest.explorer",
|
||||
"yzhang.markdown-all-in-one",
|
||||
"marquesmps.dockerfile-validator",
|
||||
"streetsidesoftware.code-spell-checker",
|
||||
"vscode-icons-team.vscode-icons",
|
||||
"hediet.vscode-drawio",
|
||||
"ZixuanChen.vitest-explorer",
|
||||
"antfu.iconify"
|
||||
"hediet.vscode-drawio"
|
||||
]
|
||||
}
|
||||
},
|
||||
"postCreateCommand": "yarn install",
|
||||
"postCreateCommand": "yarn install"
|
||||
}
|
||||
|
|
3
.vscode/extensions.json
vendored
Normal file
3
.vscode/extensions.json
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"recommendations": ["Vue.volar", "dbaeumer.vscode-eslint", "antfu.iconify", "ms-playwright.playwright", "vitest.explorer"]
|
||||
}
|
Loading…
Reference in New Issue
Block a user