Skip to content

Commit

Permalink
feat: add language-specific vscode extensions (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
jtrrll authored Jun 30, 2024
1 parent 57e809b commit 4037cec
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions modules/editors/vscode.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,23 @@
enable = true;
extensions = with vscode-extensions.vscode-marketplace; [
geequlim.godot-tools
gleam.gleam
golang.go
graphql.vscode-graphql
graphql.vscode-graphql-syntax
jnoortheen.nix-ide
ms-dotnettools.csharp
ms-pyright.pyright
ms-python.python
ms-toolsai.jupyter
ms-vscode.cpptools
redhat.java
redhat.vscode-xml
redhat.vscode-yaml
rust-lang.rust-analyzer
shopify.ruby-lsp
sorbet.sorbet-vscode-extension
ziglang.vscode-zig
];
package = pkgs.vscodium;
userSettings = {
Expand All @@ -25,6 +35,7 @@
enableLanguageServer = true;
serverPath = "nil";
};
redhat.telemetry.enabled = false;
window.zoomLevel = 2;
workbench.sideBar.location = "right";
};
Expand Down

0 comments on commit 4037cec

Please sign in to comment.