-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathapollo-ui.code-workspace
More file actions
58 lines (58 loc) · 1.23 KB
/
apollo-ui.code-workspace
File metadata and controls
58 lines (58 loc) · 1.23 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"folders": [
{
"name": "🏠 Root",
"path": "."
},
{
"name": "├─ apollo-core",
"path": "packages/apollo-core"
},
{
"name": "├─ apollo-react",
"path": "packages/apollo-react"
},
{
"name": "└─ apollo-wind",
"path": "packages/apollo-wind"
},
{
"name": "├─ ap-chat",
"path": "web-packages/ap-chat"
},
{
"name": "├─ storybook",
"path": "apps/storybook"
},
{
"name": "├─ react-playground",
"path": "apps/react-playground"
},
{
"name": "└─ apollo-vertex",
"path": "apps/apollo-vertex"
}
],
"settings": {
"typescript.tsdk": "node_modules/typescript/lib",
"typescript.enablePromptUseWorkspaceTsdk": true,
"editor.defaultFormatter": "biomejs.biome",
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.organizeImports.biome": "explicit"
},
"search.exclude": {
"**/.next": true,
"**/node_modules": true,
"**/dist": true
}
},
"extensions": {
"recommendations": [
"biomejs.biome",
"dbaeumer.vscode-eslint",
"stylelint.vscode-stylelint",
"bradlc.vscode-tailwindcss"
]
}
}