Fixed vscode redhat telemetry and removed duplicate vscode extensions

This commit is contained in:
2024-09-10 09:59:07 -03:00
parent 01aa1e523f
commit d3028e0a05

View File

@@ -74,11 +74,6 @@ in {
## Python ## Python
ms-python.python ms-python.python
## Rust language extensions
serayuzgur.crates
tamasfe.even-better-toml
vadimcn.vscode-lldb
## SVG ## SVG
jock.svg jock.svg
]; ];
@@ -86,6 +81,7 @@ in {
"editor.linkedEditing" = true; "editor.linkedEditing" = true;
"window.menuBarVisibility" = "toggle"; "window.menuBarVisibility" = "toggle";
"github.copilot.editor.enableAutoCompletions" = true; "github.copilot.editor.enableAutoCompletions" = true;
"redhat.telemetry.enabled" = false;
}; };
}; };
} }