-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvite-dashboard-starter.code-workspace
70 lines (70 loc) · 1.95 KB
/
vite-dashboard-starter.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
{
"folders": [
{
"path": ".",
},
],
"settings": {
"workbench.colorCustomizations": {
"activityBar.activeBackground": "#0a1a34",
"activityBar.background": "#0a1a34",
"activityBar.foreground": "#e7e7e7",
"activityBar.inactiveForeground": "#e7e7e799",
"activityBarBadge.background": "#a01f50",
"activityBarBadge.foreground": "#e7e7e7",
"commandCenter.border": "#e7e7e799",
"sash.hoverBorder": "#0a1a34",
"statusBar.background": "#02050a",
"statusBar.foreground": "#e7e7e7",
"statusBarItem.hoverBackground": "#0a1a34",
"statusBarItem.remoteBackground": "#02050a",
"statusBarItem.remoteForeground": "#e7e7e7",
"titleBar.activeBackground": "#02050a",
"titleBar.activeForeground": "#e7e7e7",
"titleBar.inactiveBackground": "#02050a99",
"titleBar.inactiveForeground": "#e7e7e799"
},
"peacock.color": "#02050a",
"hide-files.files": [
".github",
".vscode",
"dist",
".gitignore",
".prettierignore",
".prettierrc",
"index.html",
"eslint.config.js",
"vite-dashboard-starter.code-workspace",
"postcss.config.js",
"node_modules",
"public",
"tsconfig.eslint.json",
"pnpm-lock.yaml",
"tsconfig.app.json",
"tsconfig.node.json",
"README.md",
"src/vite-env.d.ts",
"src/main.tsx",
"src/App.tsx",
],
},
"extensions": {
"recommendations": [
"dbaeumer.vscode-eslint",
"dsznajder.es7-react-js-snippets",
"herdingbits.file-focus",
"heybourn.headwind",
"ms-vscode.vscode-typescript-next",
"ritwickdey.liveserver",
"johnpapa.vscode-peacock",
"esbenp.prettier-vscode",
"rvest.vs-code-prettier-eslint",
"yoavbls.pretty-ts-errors",
"suhelmakkad.shadcn-ui",
"prisma.prisma",
"amatiasq.sort-imports",
"bradlc.vscode-tailwindcss",
"roonie007.hide-files",
],
},
}