Skip to content

Commit

Permalink
core: user vscode configured
Browse files Browse the repository at this point in the history
  • Loading branch information
vgseven committed Aug 8, 2024
1 parent 2e7d4f7 commit ab4ca35
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 6 deletions.
7 changes: 7 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"recommendations": [
"biomejs.biome",
"redhat.vscode-yaml",
"bierner.markdown-preview-github-styles",
]
}
21 changes: 15 additions & 6 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
{
"eslint.workingDirectories": [
{
"mode": "auto"
}
]
}
"editor.defaultFormatter": "biomejs.biome",
"editor.formatOnSave": true,
"[javascript]": {
"editor.defaultFormatter": "biomejs.biome"
},
"[typescript]": {
"editor.defaultFormatter": "biomejs.biome"
},
"[json]": {
"editor.defaultFormatter": "biomejs.biome"
},
"[yaml]": {
"editor.defaultFormatter": "redhat.vscode-yaml"
},
}

0 comments on commit ab4ca35

Please sign in to comment.