added mypy setting

This commit is contained in:
2025-03-23 10:40:25 -04:00
parent 0ea628ddb7
commit d0077f00f5

View File

@@ -63,6 +63,9 @@
"nix.enableLanguageServer": true, "nix.enableLanguageServer": true,
"nix.serverPath": "nil", "nix.serverPath": "nil",
// python tools
"mypy.runUsingActiveInterpreter": true,
// 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",
"redhat.telemetry.enabled": true, "redhat.telemetry.enabled": true,