fix(vscode): update jupiter extension

This commit is contained in:
Michael Thomas 2025-04-03 18:32:29 -04:00
parent 1e620001ec
commit 027695df6a
2 changed files with 4 additions and 2 deletions

View File

@ -86,7 +86,7 @@ in {
# Python # Python
ms-python.python ms-python.python
ms-toolsai.jupyter pkgs.vscode-extensions.ms-toolsai.jupyter
]; ];
}; };
}; };

View File

@ -84,5 +84,7 @@
"nix.serverPath": "nil", "nix.serverPath": "nil",
"cSpell.userWords": ["typecheck"], "cSpell.userWords": ["typecheck"],
"workbench.colorTheme": "Gruvbox Dark Medium", "workbench.colorTheme": "Gruvbox Dark Medium",
"r.plot.useHttpgd": true "r.plot.useHttpgd": true,
"quarto.render.renderOnSave": true,
"cSpell.enabled": false
} }