Skip to content

Commit 1ba568c

Browse files
committed
feat(vscode): fix VS Code settings
1 parent 5355a42 commit 1ba568c

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

.vscode/settings.json

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@
44
// Editor
55
"editor.autoIndent": true,
66
"editor.codeActionsOnSave": {
7-
"source.organizeImports": false
7+
"source.organizeImports": true
88
},
9-
"editor.codeLens": false,
109
"editor.cursorBlinking": "solid",
1110
"editor.cursorSmoothCaretAnimation": true,
1211
"editor.cursorStyle": "line",
@@ -36,6 +35,10 @@
3635
"activityBar.inactiveForeground": "#15202b99",
3736
"activityBarBadge.background": "#06b9a5",
3837
"activityBarBadge.foreground": "#15202b",
38+
"titleBar.activeBackground": "#f9e64f",
39+
"titleBar.inactiveBackground": "#f9e64f99",
40+
"titleBar.activeForeground": "#15202b",
41+
"titleBar.inactiveForeground": "#15202b99",
3942
"statusBar.background": "#f9e64f",
4043
"statusBarItem.hoverBackground": "#f7df1e",
4144
"statusBar.foreground": "#15202b"
@@ -56,15 +59,11 @@
5659
// "files.hotExit": "onExit",
5760
"files.defaultLanguage": "typescript",
5861
"files.trimTrailingWhitespace": true,
62+
// Peacock Settings
63+
"peacock.color": "#f9e64f",
5964
// Prettier settings
6065
"prettier.singleQuote": true,
6166
"prettier.printWidth": 100,
62-
// Peacock Settings
63-
"peacock.affectActivityBar": true,
64-
"peacock.affectStatusBar": true,
65-
"peacock.affectTitleBar": false,
66-
"peacock.keepBadgeColor": false,
67-
"peacock.keepForegroundColor": false,
6867
// REST client
6968
"rest-client.environmentVariables": {
7069
"$shared": {

0 commit comments

Comments
 (0)