diff --git a/charcoal.code-workspace b/charcoal.code-workspace new file mode 100644 index 000000000..547b868c3 --- /dev/null +++ b/charcoal.code-workspace @@ -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" + } +} \ No newline at end of file