mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-21 17:37:29 -07:00
Replace rome with biome in .vscode/extensions.json
This commit is contained in:
parent
1e2045bf33
commit
2ff6ddc548
1 changed files with 4 additions and 4 deletions
8
.vscode/extensions.json
vendored
8
.vscode/extensions.json
vendored
|
@ -2,10 +2,10 @@
|
||||||
"recommendations": [
|
"recommendations": [
|
||||||
"editorconfig.editorconfig",
|
"editorconfig.editorconfig",
|
||||||
"eg2.vscode-npm-script",
|
"eg2.vscode-npm-script",
|
||||||
"rome.rome",
|
"vue.volar",
|
||||||
"Vue.volar",
|
"vue.vscode-typescript-vue-plugin",
|
||||||
"Vue.vscode-typescript-vue-plugin",
|
|
||||||
"arcanis.vscode-zipfs",
|
"arcanis.vscode-zipfs",
|
||||||
"Orta.vscode-twoslash-queries"
|
"orta.vscode-twoslash-queries",
|
||||||
|
"biomejs.biome"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue