fix(vscode): update jupiter extension
This commit is contained in:
parent
1e620001ec
commit
027695df6a
@ -86,7 +86,7 @@ in {
|
|||||||
|
|
||||||
# Python
|
# Python
|
||||||
ms-python.python
|
ms-python.python
|
||||||
ms-toolsai.jupyter
|
pkgs.vscode-extensions.ms-toolsai.jupyter
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
@ -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
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user