mirror of
https://github.com/davegallant/nix-config
synced 2025-08-06 11:23:40 +00:00
Remove liveshare
This commit is contained in:
@@ -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
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user