l'bugfix
This commit is contained in:
parent
040915cf18
commit
53b72c69f1
2 changed files with 15 additions and 16 deletions
|
|
@ -9,14 +9,13 @@
|
|||
programs = {
|
||||
vscode = {
|
||||
enable = true;
|
||||
package = pkgs.vscodium.fhsWithPackages (ps: with ps; [
|
||||
# Python Development
|
||||
python3
|
||||
python3Packages.uv
|
||||
pyrefly
|
||||
]);
|
||||
package = pkgs.vscodium;
|
||||
profiles = {
|
||||
"default" = {
|
||||
userSettings = {
|
||||
"python.languageServer" = "None";
|
||||
"python.pyrefly.displayTypeErrors" = "force-on";
|
||||
}
|
||||
extensions = [
|
||||
pkgs.vscode-extensions.ms-python.python
|
||||
pkgs.vscode-extensions.ms-python.debugpy
|
||||
|
|
@ -27,7 +26,7 @@
|
|||
{
|
||||
name = "pyrefly";
|
||||
publisher = "meta";
|
||||
version = "0.47";
|
||||
version = "0.46.3";
|
||||
sha256 = "sha256-o9Nynj6Zf7aot1zzHSwrcayovxlJ3mr/XWNNhI3foBM=";
|
||||
}
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue