1
0
Fork 0

Add user settings file
continuous-integration/drone/push Build was killed Details

main
Ambrose Chua 2023-02-03 11:35:15 +08:00
parent 7caaa590dd
commit f8fe35badd
4 changed files with 25 additions and 0 deletions

View File

@ -0,0 +1,8 @@
// Place your key bindings in this file to override the defaultsauto[]
[
{
"key": "shift+k",
"command": "editor.action.showHover",
"when": "editorTextFocus"
}
]

View File

@ -0,0 +1,5 @@
{
"workbench.colorTheme": "Solarized Dark",
"files.autoSave": "afterDelay",
"workbench.startupEditor": "none"
}

View File

@ -15,6 +15,12 @@
.cargo/.package-cache
.cert/nm-openvpn
.config/*
!.config/Code
.config/Code/*
!.config/Code/User
.config/Code/User/*
!.config/Code/User/keybindings.json
!.config/Code/User/settings.json
!.config/Yubico/u2f_keys
!.config/contain
!.config/containers

6
.gitignore vendored
View File

@ -15,6 +15,12 @@
.cargo/.package-cache
.cert/nm-openvpn
.config/*
!.config/Code
.config/Code/*
!.config/Code/User
.config/Code/User/*
!.config/Code/User/keybindings.json
!.config/Code/User/settings.json
!.config/Yubico/u2f_keys
!.config/contain
!.config/containers