more vs code trial and error

This commit is contained in:
Remy Moll 2025-06-03 10:17:59 +02:00
parent b24d0f466a
commit 58b0456f8c

View File

@ -2,6 +2,8 @@
{ {
programs.vscode = { programs.vscode = {
enable = true; enable = true;
# install vscode in a FHS environment to allow extensions with prebuilt binaries
package = pkgs.vscode.fhs;
# profiles = { # profiles = {
# default = { # default = {
@ -29,7 +31,7 @@
{ {
name = "jupyter-hub"; name = "jupyter-hub";
publisher = "ms-toolsai"; publisher = "ms-toolsai";
version = "2024.10.1002821224"; version = "2024.10.1002831100";
sha256 = "sha256-3YF91Wgw5je040xPpLHPdxQIEAetpmDz6La7bw2JM+g="; sha256 = "sha256-3YF91Wgw5je040xPpLHPdxQIEAetpmDz6La7bw2JM+g=";
} }
]; ];