Fixed rust analyzer being broken through nix2vscode
This commit is contained in:
@@ -35,55 +35,58 @@ in {
|
|||||||
|
|
||||||
enableUpdateCheck = false;
|
enableUpdateCheck = false;
|
||||||
enableExtensionUpdateCheck = false;
|
enableExtensionUpdateCheck = false;
|
||||||
extensions = with plugins; [
|
extensions = with plugins;
|
||||||
# General extensions
|
[
|
||||||
|
# General extensions
|
||||||
|
|
||||||
## Code Completion
|
## Code Completion
|
||||||
# github.copilot
|
# github.copilot
|
||||||
# github.copilot-chat
|
# github.copilot-chat
|
||||||
continue.continue
|
continue.continue
|
||||||
|
|
||||||
## Development Environment
|
## Development Environment
|
||||||
ms-toolsai.jupyter
|
ms-toolsai.jupyter
|
||||||
ms-vscode-remote.remote-containers
|
ms-vscode-remote.remote-containers
|
||||||
|
|
||||||
## Error Checking
|
## Error Checking
|
||||||
usernamehw.errorlens
|
usernamehw.errorlens
|
||||||
|
|
||||||
## Export and Visualisation
|
## Export and Visualisation
|
||||||
ibm.output-colorizer
|
ibm.output-colorizer
|
||||||
nobuhito.printcode
|
nobuhito.printcode
|
||||||
pnp.polacode
|
pnp.polacode
|
||||||
|
|
||||||
## Git
|
## Git
|
||||||
lamartire.git-indicators
|
lamartire.git-indicators
|
||||||
mhutchie.git-graph
|
mhutchie.git-graph
|
||||||
|
|
||||||
## Miscelaneous
|
## Miscelaneous
|
||||||
britesnow.vscode-toggle-quotes
|
britesnow.vscode-toggle-quotes
|
||||||
mrmlnc.vscode-duplicate
|
mrmlnc.vscode-duplicate
|
||||||
qcz.text-power-tools
|
qcz.text-power-tools
|
||||||
|
|
||||||
# Language extensions
|
# Language extensions
|
||||||
|
|
||||||
## CSV
|
## CSV
|
||||||
mechatroner.rainbow-csv
|
mechatroner.rainbow-csv
|
||||||
|
|
||||||
## Python
|
## Python
|
||||||
ms-python.python
|
ms-python.python
|
||||||
|
|
||||||
## Rust language extensions
|
## Rust language extensions
|
||||||
rust-lang.rust-analyzer
|
serayuzgur.crates
|
||||||
serayuzgur.crates
|
tamasfe.even-better-toml
|
||||||
tamasfe.even-better-toml
|
vadimcn.vscode-lldb
|
||||||
vadimcn.vscode-lldb
|
|
||||||
|
|
||||||
## SVG
|
## SVG
|
||||||
jock.svg
|
jock.svg
|
||||||
|
|
||||||
## Tex
|
## Tex
|
||||||
james-yu.latex-workshop
|
james-yu.latex-workshop
|
||||||
];
|
]
|
||||||
|
++ [
|
||||||
|
pkgs.vscode-extensions.rust-lang.rust-analyzer
|
||||||
|
];
|
||||||
userSettings = {
|
userSettings = {
|
||||||
"editor.linkedEditing" = true;
|
"editor.linkedEditing" = true;
|
||||||
"window.menuBarVisibility" = "toggle";
|
"window.menuBarVisibility" = "toggle";
|
||||||
|
|||||||
Reference in New Issue
Block a user