Fixed vscode redhat telemetry and removed duplicate vscode extensions
This commit is contained in:
@@ -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;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user