vscode: add vscode settings

This commit is contained in:
Leonardo Eugênio 2023-08-16 11:09:25 -03:00
parent 1d03ba2f4a
commit 93a1831e40
5 changed files with 189 additions and 1 deletions

View file

@ -0,0 +1,8 @@
{
"terminal.integrated.sendKeybindingsToShell": true,
"window.titleBarStyle": "custom",
"workbench.preferredDarkColorTheme": "GitHub Dark",
"workbench.preferredLightColorTheme": "GitHub Light",
"window.autoDetectColorScheme": true,
"workbench.colorTheme": "GitHub Light",
}