vscode formatting change
This commit is contained in:
parent
94968c44a8
commit
375441b5d2
1 changed files with 3 additions and 1 deletions
|
@ -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]" = {
|
||||
|
|
Loading…
Add table
Reference in a new issue