Skip to content

Commit

Permalink
chore: add vscode workspace settings
Browse files Browse the repository at this point in the history
  • Loading branch information
naporin0624 committed Oct 9, 2024
1 parent 86530af commit ee40f9d
Showing 1 changed file with 52 additions and 0 deletions.
52 changes: 52 additions & 0 deletions charcoal.code-workspace
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
{
"folders": [
{
"path": "."
},
{
"path": "packages/react"
},
{
"path": "packages/theme"
},
{
"path": "packages/tailwind-config"
},
{
"path": "packages/esbuild-plugin-styled-components"
},
{
"path": "packages/foundation"
},
{
"path": "packages/icon-files"
},
{
"path": "packages/icons"
},
{
"path": "packages/icons-cli"
},
{
"path": "packages/pullrequest-cli"
},
{
"path": "packages/react-sandbox"
},
{
"path": "packages/styled"
},
{
"path": "packages/tailwind-diff"
},
{
"path": "packages/token-cli"
},
{
"path": "packages/utils"
}
],
"settings": {
"typescript.tsdk": "node_modules/typescript/lib"
}
}

0 comments on commit ee40f9d

Please sign in to comment.