mirror of
https://github.com/ChainSafe/lodestar.git
synced 2026-01-09 15:48:08 -05:00
chore: add vscode settings to split prettier and biome (#7149)
* Add vscode settings to split prettier and biome * Add whitespace * Fix branch name
This commit is contained in:
@@ -3,3 +3,5 @@
|
||||
/packages/*/spec-tests
|
||||
node_modules
|
||||
**/node_modules
|
||||
*.js
|
||||
*.ts
|
||||
|
||||
3
.vscode/extensions.json
vendored
3
.vscode/extensions.json
vendored
@@ -1,5 +1,6 @@
|
||||
{
|
||||
"recommendations": [
|
||||
"biomejs.biome"
|
||||
"biomejs.biome",
|
||||
"esbenp.prettier-vscode"
|
||||
]
|
||||
}
|
||||
|
||||
12
lodestar.code-workspace
Normal file
12
lodestar.code-workspace
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"settings": {
|
||||
"window.title": "${activeEditorShort}${separator}${rootName}${separator}${profileName}${separator}[${activeRepositoryBranchName}]",
|
||||
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
||||
"[javascript]": {
|
||||
"editor.defaultFormatter": "biomejs.biome"
|
||||
},
|
||||
"[typescript]": {
|
||||
"editor.defaultFormatter": "biomejs.biome"
|
||||
},
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user