VS Code Workspace Settings
{ | |
"folders": [ | |
{ | |
"path": "C:\\Github\\PROJECT_NAME" | |
} | |
], | |
"settings": { | |
"workbench.colorCustomizations": { | |
"titleBar.activeBackground": "#141415", | |
"titleBar.activeForeground": "#FFC87F", | |
"titleBar.inactiveBackground": "#696969", | |
"titleBar.inactiveForeground": "#FFC87F" | |
}, | |
"search.exclude": { | |
".cache": true, | |
".vscode": true, | |
"node_modules": true, | |
}, | |
"window.title": "${rootName}", | |
"editor.cursorSmoothCaretAnimation": true | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment