added vscode setting and keybinds

This commit is contained in:
Richie Cahill
2024-04-20 12:54:54 -04:00
parent 1005525931
commit a7e1266a9c
2 changed files with 16 additions and 1 deletions

View File

@ -27,5 +27,11 @@
"redhat.telemetry.enabled": true,
// force the use of rust-analyzer from dev shell
"rust-analyzer.server.path": "rust-analyzer",
"cSpell.userWords": ["syncthing"]
"cSpell.userWords": ["Cahill", "syncthing"],
"gitlens.plusFeatures.enabled": false,
"cSpell.enableFiletypes": ["nix"],
"cSpell.enabled": true,
"[yaml]": {
"editor.defaultFormatter": "redhat.vscode-yaml"
}
}