This commit is contained in:
alisceon 2026-03-11 11:30:37 +01:00
parent 1b3551a80f
commit e508a08b86
2 changed files with 14 additions and 13 deletions

View file

@ -19,6 +19,7 @@
pkgs.vscode-extensions.ms-python.debugpy
pkgs.vscode-extensions.ms-vscode.cpptools
pkgs.vscode-extensions.jnoortheen.nix-ide
pkgs.vscode-extensions.github.copilot
] ++ pkgs.vscode-utils.extensionsFromVscodeMarketplace [
{
name = "xonsh";
@ -29,14 +30,14 @@
{
name = "pyrefly";
publisher = "meta";
version = "0.52.0";
hash = "sha256-vheW8D2jy3aTpAR/jsgw8Khj1z08GGmRaeYvL+UOXSI=";
version = "0.55.0";
hash = "sha256-ur7lNIjnyU0gxv/B8wx2P76VaVgJRWEHyDG5BBfgbp8=";
}
{
name = "chatgpt";
publisher = "openai";
version = "0.5.74";
hash = "sha256-yR9oR3w4AkoWaQDPwSaQtrKL6IcXANaMfFiw6K/b5o0=";
version = "26.5309.21912";
hash = "sha256-NScVy6f3XdczoJ8SuNSUBFn2QzObkzYk6U4BVeGEFe4=";
}
];
};