more vs code trial and error
This commit is contained in:
parent
b24d0f466a
commit
58b0456f8c
@ -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=";
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user