Skip to content

Commit 37e52e8

Browse files
committed
chore: update VS Code settings
- Add editor configurations for better development experience (cherry picked from commit 6c81666a5f586aee022bab0d7f30b357ba528c30)
1 parent 3ea73a0 commit 37e52e8

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.vscode/settings.json

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
11
{
2-
"CodeGPT.apiKey": "CodeGPT Plus Beta"
2+
"CodeGPT.apiKey": "CodeGPT Plus Beta",
3+
"workbench.colorCustomizations": {
4+
"activityBar.background": "#0C3237",
5+
"titleBar.activeBackground": "#11464D",
6+
"titleBar.activeForeground": "#F3FBFC"
7+
}
38
}

0 commit comments

Comments
 (0)