qenya/vscode: Configure vscode to handle python venvs

This commit is contained in:
Katherina Walshe-Grey 2025-04-28 19:23:50 +01:00
parent ed43e2a1f0
commit db7efe4cd0

View file

@ -75,6 +75,8 @@ in
"source.organizeImports" = "explicit";
};
};
"python.createEnvironment.contentButton" = "show";
"python.defaultInterpreterPath" = "${pkgs.python3}/bin/python";
"ruff.nativeServer" = "on";
"ruff.path" = "${pkgs.ruff}/bin/ruff";
"mypy.dmypyExecutable" = "${pkgs.mypy}/bin/dmypy";