mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-10 02:11:57 +00:00
Update necessary extensions for project
This commit is contained in:
parent
58f6459ef2
commit
9c2b00058d
|
@ -27,15 +27,16 @@
|
||||||
"extensions": [
|
"extensions": [
|
||||||
"vue.volar",
|
"vue.volar",
|
||||||
"dbaeumer.vscode-eslint",
|
"dbaeumer.vscode-eslint",
|
||||||
|
"antfu.iconify",
|
||||||
|
"ms-playwright.playwright",
|
||||||
|
"vitest.explorer",
|
||||||
"yzhang.markdown-all-in-one",
|
"yzhang.markdown-all-in-one",
|
||||||
"marquesmps.dockerfile-validator",
|
"marquesmps.dockerfile-validator",
|
||||||
"streetsidesoftware.code-spell-checker",
|
"streetsidesoftware.code-spell-checker",
|
||||||
"vscode-icons-team.vscode-icons",
|
"vscode-icons-team.vscode-icons",
|
||||||
"hediet.vscode-drawio",
|
"hediet.vscode-drawio"
|
||||||
"ZixuanChen.vitest-explorer",
|
|
||||||
"antfu.iconify"
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"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