updated server_tools

This commit is contained in:
Richie Cahill 2024-07-15 17:41:21 -04:00 committed by Alice Huston
parent 12edd92a20
commit 0374c9c417
2 changed files with 9 additions and 8 deletions

6
flake.lock generated
View File

@ -604,11 +604,11 @@
"poetry2nix": "poetry2nix" "poetry2nix": "poetry2nix"
}, },
"locked": { "locked": {
"lastModified": 1720363804, "lastModified": 1721079485,
"narHash": "sha256-Y39IHgUiETs8/wWCDeUkie+LW2YZ1jcMaoFI/sIADKg=", "narHash": "sha256-mNvYoiQtFq5dmbvOqlDkuEF/0EONMobU4hgbWZdW5+U=",
"owner": "RAD-Development", "owner": "RAD-Development",
"repo": "server_tools", "repo": "server_tools",
"rev": "fde25f9bb4b704cd1f4358c3ff4ff910dd0a3e5b", "rev": "5256f41fd305ea772391ea70398a89e23e9d1bd7",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@ -37,23 +37,24 @@
"[nix]": { "editor.defaultFormatter": "jnoortheen.nix-ide" }, "[nix]": { "editor.defaultFormatter": "jnoortheen.nix-ide" },
"[python]": { "editor.defaultFormatter": "charliermarsh.ruff" }, "[python]": { "editor.defaultFormatter": "charliermarsh.ruff" },
"[yaml]": { "editor.defaultFormatter": "redhat.vscode-yaml" }, "[yaml]": { "editor.defaultFormatter": "redhat.vscode-yaml" },
// spell check // spell check
"cSpell.enabled": true, "cSpell.enabled": true,
"cSpell.language": "en,en-US", "cSpell.language": "en,en-US",
"cSpell.enableFiletypes": ["bat", "csv", "nix", "toml"], "cSpell.enableFiletypes": ["bat", "csv", "nix", "toml"],
"cSpell.userWords": ["Cahill", "syncthing"], "cSpell.userWords": ["Cahill", "syncthing"],
// nix // nix
"nix.enableLanguageServer": true, "nix.enableLanguageServer": true,
"nix.serverPath": "nil", "nix.serverPath": "nil",
// force the use of rust-analyzer from dev shell // force the use of rust-analyzer from dev shell
"rust-analyzer.server.path": "rust-analyzer", "rust-analyzer.server.path": "rust-analyzer",
// other // other
"python.analysis.typeCheckingMode": "basic", "python.analysis.typeCheckingMode": "basic",
"redhat.telemetry.enabled": true, "redhat.telemetry.enabled": true,
"gitlens.plusFeatures.enabled": false "gitlens.plusFeatures.enabled": false,
// new // new
"hediet.vscode-drawio.resizeImages": null
} }