1
1
{
2
- "folders" : [
3
- {
4
- "path" : " ." ,
5
- "name" : " Root"
6
- },
7
- {
8
- "path" : " ./apps/backend" ,
9
- "name" : " Backend"
10
- },
11
- {
12
- "path" : " ./apps/frontend" ,
13
- "name" : " Frontend"
14
- },
15
- {
16
- "path" : " ./packages/configs" ,
17
- "name" : " configs"
18
- },
19
- {
20
- "path" : " ./packages/database" ,
21
- "name" : " database"
22
- },
23
- {
24
- "path" : " ./packages/song" ,
25
- "name" : " song"
26
- },
27
- {
28
- "path" : " ./packages/sounds" ,
29
- "name" : " sounds"
30
- },
31
- {
32
- "path" : " ./packages/thumbnail" ,
33
- "name" : " thumbnail"
34
- },
35
- ],
36
- "settings" : {
37
- "window.title" : " ${dirty}${rootName}${separator}${profileName}${separator}${appName}" ,
38
- "editor.formatOnSave" : true ,
39
- "eslint.validate" : [
40
- " typescript"
41
- ],
42
- "eslint.run" : " onType" ,
43
- "eslint.format.enable" : true ,
44
- "mdx.server.enable" : true ,
45
- "editor.codeActionsOnSave" : {
46
- "source.fixAll" : " explicit"
47
- },
48
- "search.exclude" : {
49
- "**/.git" : true ,
50
- "**/node_modules" : true ,
51
- "**/dist" : true ,
52
- },
53
- "workbench.colorCustomizations" : {
54
- "activityBar.activeBackground" : " #fac977" ,
55
- "activityBar.background" : " #fac977" ,
56
- "activityBar.foreground" : " #15202b" ,
57
- "activityBar.inactiveForeground" : " #15202b99" ,
58
- "activityBarBadge.background" : " #069a62" ,
59
- "activityBarBadge.foreground" : " #e7e7e7" ,
60
- "commandCenter.border" : " #15202b99" ,
61
- "sash.hoverBorder" : " #fac977" ,
62
- "statusBar.background" : " #f8b646" ,
63
- "statusBar.foreground" : " #15202b" ,
64
- "statusBarItem.hoverBackground" : " #f6a315" ,
65
- "statusBarItem.remoteBackground" : " #f8b646" ,
66
- "statusBarItem.remoteForeground" : " #15202b" ,
67
- "titleBar.activeBackground" : " #f8b646" ,
68
- "titleBar.activeForeground" : " #15202b" ,
69
- "titleBar.inactiveBackground" : " #f8b64699" ,
70
- "titleBar.inactiveForeground" : " #15202b99"
71
- },
72
- "peacock.color" : " #f8b646"
73
- }
74
- }
2
+ "folders" : [
3
+ {
4
+ "path" : " ." ,
5
+ "name" : " Root" ,
6
+ },
7
+ {
8
+ "path" : " ./apps/backend" ,
9
+ "name" : " Backend" ,
10
+ },
11
+ {
12
+ "path" : " ./apps/frontend" ,
13
+ "name" : " Frontend" ,
14
+ },
15
+ {
16
+ "path" : " ./packages/configs" ,
17
+ "name" : " configs" ,
18
+ },
19
+ {
20
+ "path" : " ./packages/database" ,
21
+ "name" : " database" ,
22
+ },
23
+ {
24
+ "path" : " ./packages/song" ,
25
+ "name" : " song" ,
26
+ },
27
+ {
28
+ "path" : " ./packages/sounds" ,
29
+ "name" : " sounds" ,
30
+ },
31
+ {
32
+ "path" : " ./packages/thumbnail" ,
33
+ "name" : " thumbnail" ,
34
+ },
35
+ ],
36
+ "settings" : {
37
+ "window.title" : " ${dirty}${rootName}${separator}${profileName}${separator}${appName}" ,
38
+ "editor.formatOnSave" : true ,
39
+ "eslint.validate" : [" typescript" ],
40
+ "eslint.run" : " onType" ,
41
+ "eslint.format.enable" : true ,
42
+ "mdx.server.enable" : true ,
43
+ "editor.codeActionsOnSave" : {
44
+ "source.fixAll" : " explicit" ,
45
+ },
46
+ "search.exclude" : {
47
+ "**/.git" : true ,
48
+ "**/node_modules" : true ,
49
+ "**/dist" : true ,
50
+ },
51
+ "workbench.colorCustomizations" : {
52
+ "activityBar.activeBackground" : " #fac977" ,
53
+ "activityBar.background" : " #fac977" ,
54
+ "activityBar.foreground" : " #15202b" ,
55
+ "activityBar.inactiveForeground" : " #15202b99" ,
56
+ "activityBarBadge.background" : " #069a62" ,
57
+ "activityBarBadge.foreground" : " #e7e7e7" ,
58
+ "commandCenter.border" : " #15202b99" ,
59
+ "sash.hoverBorder" : " #fac977" ,
60
+ "statusBar.background" : " #f8b646" ,
61
+ "statusBar.foreground" : " #15202b" ,
62
+ "statusBarItem.hoverBackground" : " #f6a315" ,
63
+ "statusBarItem.remoteBackground" : " #f8b646" ,
64
+ "statusBarItem.remoteForeground" : " #15202b" ,
65
+ "titleBar.activeBackground" : " #f8b646" ,
66
+ "titleBar.activeForeground" : " #15202b" ,
67
+ "titleBar.inactiveBackground" : " #f8b64699" ,
68
+ "titleBar.inactiveForeground" : " #15202b99" ,
69
+ },
70
+ "peacock.color" : " #f8b646" ,
71
+ },
72
+ }
0 commit comments