vscode formatting change

This commit is contained in:
cswimr 2025-01-13 15:43:15 -06:00
parent 94968c44a8
commit 375441b5d2
Signed by: cswimr
GPG key ID: 0EC431A8DA8F8087

View file

@ -297,7 +297,9 @@ rec {
};
};
"ruff.path" = [ "${pkgs.ruff}/bin/ruff" ];
"luau-lsp.serverPath" = "${pkgs.callPackage ../packages/luau-lsp.nix { inherit pkgs; }}/bin/luau-lsp";
"luau-lsp.server.path" = "${
pkgs.callPackage ../packages/luau-lsp.nix { inherit pkgs; }
}/bin/luau-lsp";
"python.terminal.activateEnvironment" = false;
"python.terminal.activateEnvInCurrentTerminal" = false;
"[csharp]" = {