Skip to content

Commit 5309838

Browse files
committed
update workspace
1 parent 5976c84 commit 5309838

File tree

1 file changed

+47
-26
lines changed

1 file changed

+47
-26
lines changed
Lines changed: 47 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,25 @@
7272
"javascript": "javascriptreact"
7373
},
7474
"eslint.options": {
75-
"extensions": [".js", ".jsx", ".md", ".mdx", ".ts", ".tsx", ".astro"]
76-
},
77-
"eslint.validate": ["mdx", "markdown", "javascript", "javascriptreact", "typescript", "typescriptreact", "astro"],
75+
"extensions": [
76+
".js",
77+
".jsx",
78+
".md",
79+
".mdx",
80+
".ts",
81+
".tsx",
82+
".astro"
83+
]
84+
},
85+
"eslint.validate": [
86+
"mdx",
87+
"markdown",
88+
"javascript",
89+
"javascriptreact",
90+
"typescript",
91+
"typescriptreact",
92+
"astro"
93+
],
7894
"explorer.compactFolders": false,
7995
"explorer.confirmDelete": false,
8096
"explorer.confirmDragAndDrop": false,
@@ -105,7 +121,10 @@
105121
},
106122
"git.autofetch": true,
107123
"git.branchPrefix": "feature/",
108-
"git.branchProtection": ["develop", "main"],
124+
"git.branchProtection": [
125+
"develop",
126+
"main"
127+
],
109128
"git.branchRandomName.enable": true,
110129
"git.confirmSync": false,
111130
"git.enableCommitSigning": false,
@@ -115,8 +134,10 @@
115134
"javascript.updateImportsOnFileMove.enabled": "always",
116135
"js/ts.implicitProjectConfig.checkJs": true,
117136
"peacock.affectSideBarBorder": true,
118-
"peacock.color": "#774455",
119-
"prettier.documentSelectors": ["**/*.astro"],
137+
"peacock.color": "#abcd00",
138+
"prettier.documentSelectors": [
139+
"**/*.astro"
140+
],
120141
"prettier.printWidth": 120,
121142
"prettier.quoteProps": "consistent",
122143
"prettier.singleQuote": false,
@@ -137,25 +158,25 @@
137158
"window.title": "${rootNameShort}${separator}${activeEditorShort}${separator}${activeFolderMedium}",
138159
"window.zoomLevel": 0.5,
139160
"workbench.colorCustomizations": {
140-
"activityBar.activeBackground": "#97576c",
141-
"activityBar.background": "#97576c",
142-
"activityBar.foreground": "#e7e7e7",
143-
"activityBar.inactiveForeground": "#e7e7e799",
144-
"activityBarBadge.background": "#85ad71",
145-
"activityBarBadge.foreground": "#15202b",
146-
"commandCenter.border": "#e7e7e799",
147-
"sash.hoverBorder": "#97576c",
148-
"sideBar.border": "#97576c",
149-
"statusBar.background": "#774455",
150-
"statusBar.foreground": "#e7e7e7",
151-
"statusBarItem.hoverBackground": "#97576c",
152-
"statusBarItem.remoteBackground": "#774455",
153-
"statusBarItem.remoteForeground": "#e7e7e7",
154-
"titleBar.activeBackground": "#774455",
155-
"titleBar.activeForeground": "#e7e7e7",
156-
"titleBar.inactiveBackground": "#77445599",
157-
"titleBar.inactiveForeground": "#e7e7e799",
158-
"tab.activeBorder": "#97576c"
161+
"activityBar.activeBackground": "#d5ff01",
162+
"activityBar.background": "#d5ff01",
163+
"activityBar.foreground": "#15202b",
164+
"activityBar.inactiveForeground": "#15202b99",
165+
"activityBarBadge.background": "#00a0bf",
166+
"activityBarBadge.foreground": "#e7e7e7",
167+
"commandCenter.border": "#15202b99",
168+
"sash.hoverBorder": "#d5ff01",
169+
"sideBar.border": "#d5ff01",
170+
"statusBar.background": "#abcd00",
171+
"statusBar.foreground": "#15202b",
172+
"statusBarItem.hoverBackground": "#809a00",
173+
"statusBarItem.remoteBackground": "#abcd00",
174+
"statusBarItem.remoteForeground": "#15202b",
175+
"titleBar.activeBackground": "#abcd00",
176+
"titleBar.activeForeground": "#15202b",
177+
"titleBar.inactiveBackground": "#abcd0099",
178+
"titleBar.inactiveForeground": "#15202b99",
179+
"tab.activeBorder": "#d5ff01"
159180
},
160181
"workbench.colorTheme": "Tokyo Night Storm",
161182
"workbench.editor.pinnedTabSizing": "compact",
@@ -167,4 +188,4 @@
167188
"cSpell.words": [],
168189
"workbench.editor.limit.excludeDirty": true
169190
}
170-
}
191+
}

0 commit comments

Comments
 (0)