Merge branch 'development' of git.malice.zone:alisceon/nixos_config into development
This commit is contained in:
commit
bae43a2073
1 changed files with 8 additions and 0 deletions
|
|
@ -12,6 +12,14 @@
|
|||
package = pkgs.vscodium;
|
||||
profiles = {
|
||||
"default" = {
|
||||
userSettings = {
|
||||
"python.languageServer" = "None";
|
||||
"python.pyrefly.displayTypeErrors" = "force-on";
|
||||
"explorer.confirmDelete" = false;
|
||||
"explorer.confirmDragAndDrop" = false;
|
||||
"explorer.confirmPasteNative" = false;
|
||||
"git.confirmSync" = false;
|
||||
};
|
||||
extensions = [
|
||||
pkgs.vscode-extensions.ms-python.python
|
||||
pkgs.vscode-extensions.ms-python.debugpy
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue