-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathlies.exposed.code-workspace
114 lines (114 loc) · 3.16 KB
/
lies.exposed.code-workspace
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
114
{
"folders": [
{
"name": "ci",
"path": ".github",
},
{
"name": "data",
"path": "services/data",
},
{
"name": "✨ lies.exposed",
"path": ".",
},
{
"name": "🚀 @liexp/backend",
"path": "packages/@liexp/backend",
},
{
"name": "📦 @liexp/core",
"path": "packages/@liexp/core",
},
{
"name": "📦 @liexp/shared",
"path": "packages/@liexp/shared",
},
{
"name": "📦 @liexp/test",
"path": "packages/@liexp/test",
},
{
"name": "📦 @liexp/ui",
"path": "packages/@liexp/ui",
},
{
"name": "🚀 admin-web",
"path": "services/admin-web",
},
{
"name": "🚀 ai-bot",
"path": "services/ai-bot",
},
{
"name": "🚀 api",
"path": "services/api",
},
{
"name": "storybook",
"path": "services/storybook",
},
{
"name": "🚀 web",
"path": "services/web",
},
{
"name": "worker ",
"path": "services/worker",
},
],
"settings": {
"search.exclude": {
"**/node_modules": true,
"**/bower_components": true,
"**/*.code-search": true,
"build/**": true,
"coverage/**": true,
"lib/**": true,
},
"typescript.format.enable": true,
"eslint.workingDirectories": [
"./packages/@liexp/core",
"./packages/@liexp/shared",
"./packages/@liexp/test",
"./packages/@liexp/backend",
"./packages/@liexp/ui",
"./services/api",
"./services/web",
"./services/ai-bot",
"./services/worker",
"./services/admin-web",
],
"eslint.useFlatConfig": true,
"explorer.fileNesting.enabled": true,
"explorer.fileNesting.patterns": {
"*.js": "${capture}.js.map, ${capture}.min.js, ${capture}.d.ts",
"*.jsx": "${capture}.js",
"*.ts": "$(capture).js, $(capture).d.ts.map, $(capture).*.ts, $(capture)_*.js, $(capture)_*.ts",
"*.tsx": "$(capture).ts, $(capture).*.tsx, $(capture)_*.ts, $(capture)_*.tsx, $(capture).less, $(capture).module.less, $(capture).module.less.d.ts, $(capture).scss, $(capture).module.scss, $(capture).module.scss.d.ts, $(capture).css.ts",
"tsconfig.json": "tsconfig.*.json",
"package.json": "package-lock.json, yarn.lock, pnpm-lock.yaml, bun.lockb",
},
"eslint.codeActionsOnSave.mode": "all",
"cSpell.words": ["healthcheck", "liexp", "Uncategorized", "xlarge"],
"easynpm.packageManager": "pnpm",
"easynpm.defaultProjectRoot": "/home/ascariandrea/Workspace/lies-exposed/services/api",
"pnpm-vscode-helper.extraWorkspaceScripts": [],
"vitest.workspaceConfig": "./vitest.workspace.js",
"totalTypeScript.hideBasicTips": true,
"cSpell.userWords": ["liexp", "typeorm"],
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.organizeImports": "never",
"source.fixAll": "explicit",
},
"explorer.autoRevealExclude": {
"**/node_modules": true,
"**/bower_components": true,
"**/lib": true,
"**/build": true,
},
"typescript.preferences.importModuleSpecifier": "project-relative",
"yaml.maxItemsComputed": 500,
},
}