Skip to content

Commit

Permalink
chore: add workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
unional committed Apr 26, 2024
1 parent 912c75e commit 230343b
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions store.code-workspace
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"folders": [
{
"path": "."
},
{
"path": "../.github"
}
],
"settings": {
"javascript.validate.enable": false,
"typescript.enablePromptUseWorkspaceTsdk": true,
"typescript.tsdk": "node_modules/typescript/lib"
},
"extensions": {
"recommendations": [
"biomejs.biome"
]
}
}

0 comments on commit 230343b

Please sign in to comment.