vscode: add vscode settings
This commit is contained in:
parent
1d03ba2f4a
commit
93a1831e40
5 changed files with 189 additions and 1 deletions
8
user/vscode/settings.json
Normal file
8
user/vscode/settings.json
Normal 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",
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue