Skip to content

Commit

Permalink
Some VSCode changes (#287)
Browse files Browse the repository at this point in the history
  • Loading branch information
francishamel authored May 17, 2024
1 parent 485be7c commit afbae45
Showing 1 changed file with 4 additions and 14 deletions.
18 changes: 4 additions & 14 deletions home-manager/modules/vscode.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,20 +19,7 @@
pkgs.vscode-extensions.phoenixframework.phoenix
pkgs.vscode-extensions.pkief.material-icon-theme
pkgs.vscode-extensions.tamasfe.even-better-toml
] ++ pkgs.vscode-utils.extensionsFromVscodeMarketplace [
{
name = "ruby-lsp";
publisher = "Shopify";
version = "0.6.7";
sha256 = "sha256-zVhQBpTPGR8vKGQY+MfDmlSR18vfESMOrXhGF/bo9Kc=";
}
{
name = "vscode-rdbg";
publisher = "KoichiSasada";
version = "0.2.2";
sha256 = "sha256-iqUxaMIeqMAyh5EyOiOxraGZZpZUegschMoVjtWz67c=";
}
];
] ++ pkgs.vscode-utils.extensionsFromVscodeMarketplace [ ];
mutableExtensionsDir = false;
package = pkgs.vscodium;
userSettings = {
Expand All @@ -58,6 +45,9 @@
"git.terminalAuthentication" = false;
"git.untrackedChanges" = "separate";
"github.gitAuthentication" = false;
"gitlens.plusFeatures.enabled" = false;
"gitlens.showWelcomeOnInstall" = false;
"gitlens.showWhatsNewAfterUpgrades" = false;
"nix.enableLanguageServer" = true;
"nix.serverPath" = "nil";
"nix.serverSettings" = {
Expand Down

0 comments on commit afbae45

Please sign in to comment.