qenya/vscode: Configure vscode to handle python venvs
This commit is contained in:
parent
ed43e2a1f0
commit
db7efe4cd0
1 changed files with 2 additions and 0 deletions
|
@ -75,6 +75,8 @@ in
|
||||||
"source.organizeImports" = "explicit";
|
"source.organizeImports" = "explicit";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
"python.createEnvironment.contentButton" = "show";
|
||||||
|
"python.defaultInterpreterPath" = "${pkgs.python3}/bin/python";
|
||||||
"ruff.nativeServer" = "on";
|
"ruff.nativeServer" = "on";
|
||||||
"ruff.path" = "${pkgs.ruff}/bin/ruff";
|
"ruff.path" = "${pkgs.ruff}/bin/ruff";
|
||||||
"mypy.dmypyExecutable" = "${pkgs.mypy}/bin/dmypy";
|
"mypy.dmypyExecutable" = "${pkgs.mypy}/bin/dmypy";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue