Remove liveshare

This commit is contained in:
Dave Gallant
2024-12-05 20:40:03 -05:00
parent 77e6d3611f
commit aed92ff7cc

View File

@@ -118,9 +118,6 @@ in
settings = { settings = {
add_newline = false; add_newline = false;
scan_timeout = 10; scan_timeout = 10;
character = {
error_symbol = "[](bold red)";
};
gcloud = { gcloud = {
format = ""; format = "";
}; };
@@ -538,7 +535,6 @@ in
redhat.vscode-yaml redhat.vscode-yaml
] ]
++ lib.optionals stdenv.isLinux [ ++ lib.optionals stdenv.isLinux [
ms-vsliveshare.vsliveshare
ms-python.python ms-python.python
]; ];
}; };