IMP: VSCode initial configuration

This commit is contained in:
Matthew Ryan Dillon 2019-11-08 13:27:54 -07:00
parent aafa8367cb
commit 83cc9a195e
2 changed files with 12 additions and 0 deletions

View file

@ -21,3 +21,6 @@
~/.config/alacritty/alacritty.yml:
create: true
path: alacritty.yml
~/.config/Code/User/settings.json:
create: true
path: vscode_settings.json

9
vscode_settings.json Normal file
View file

@ -0,0 +1,9 @@
{
"editor.renderWhitespace": "all",
"editor.cursorStyle": "block",
"telemetry.enableTelemetry": false,
"telemetry.enableCrashReporter": false,
"workbench.colorTheme": "Base16 Dark Ashes",
"terminal.integrated.shell.linux": "/usr/bin/zsh",
"window.zoomLevel": 0
}