-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathquisido.code-workspace
More file actions
113 lines (113 loc) · 2.48 KB
/
quisido.code-workspace
File metadata and controls
113 lines (113 loc) · 2.48 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
{
"folders": [
{
"name": "~",
"path": "."
},
{
"name": "📱 quisi.do",
"path": "packages/saas"
},
{
"name": "📱 Behind the Velvet Curtain",
"path": "packages/behind-the-velvet-curtain"
},
{
"name": "📱 Untitled Game",
"path": "packages/game"
},
{
"name": "⚙️ AI",
"path": "packages/ai"
},
{
"name": "⚙️ Authentication",
"path": "packages/authn"
},
{
"name": "⚙️ Content Security Policy reporting endpoint",
"path": "packages/csp"
},
{
"name": "⚙️ Dashboard",
"path": "packages/dashboard"
},
{
"name": "📦 authn-shared",
"path": "packages/authn-shared"
},
{
"name": "📦 cloudflare-test-utils",
"path": "packages/cloudflare-test-utils"
},
{
"name": "📦 cloudflare-utils",
"path": "packages/cloudflare-utils"
},
{
"name": "📦 csp-shared",
"path": "packages/csp-shared"
},
{
"name": "📦 fmrs",
"path": "packages/fmrs"
},
{
"name": "📦 fullstory-react",
"path": "packages/fullstory-react"
},
{
"name": "📦 lazy-i18n",
"path": "packages/lazy-i18n"
},
{
"name": "📦 number-format-react",
"path": "packages/number-format-react"
},
{
"name": "📦 quisido",
"path": "packages/quisido"
},
{
"name": "📦 react-datadog",
"path": "packages/react-datadog"
},
{
"name": "📦 sentry-react",
"path": "packages/sentry-react"
},
{
"name": "📦 use-force-update",
"path": "packages/use-force-update"
},
{
"name": "📦 use-shallow-memo",
"path": "packages/use-shallow-memo"
},
{
"name": "📦 worker",
"path": "packages/worker"
},
{
"name": "📦 worker-test",
"path": "packages/worker-test"
}
],
"settings": {
"eslint.workingDirectories": [
".",
{ "pattern": "packages/*" }
],
"files.associations": {
"**/.aiexclude": "ignore",
"**/config/api-extractor.json": "jsonc",
"**/hintrc.*.json": "jsonc"
},
"github.copilot.chat.codeGeneration.useInstructionFiles": true,
"js/ts.tsdk.path": "./node_modules/typescript/lib",
"js/ts.tsdk.promptToUseWorkspaceVersion": true,
"scss.format.enable": true,
"terminal.integrated.shellIntegration.enabled": true,
"yaml.keyOrdering": false
}
}