mirror of
https://github.com/jbowdre/dotfiles.git
synced 2024-11-22 01:12:19 +00:00
improvements for vscode pwsh extension
This commit is contained in:
parent
9d267a82e6
commit
473f39b7ec
1 changed files with 5 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
{ outputs, pkgs, lib, ... }: {
|
||||
{ config, outputs, pkgs, lib, ... }: {
|
||||
|
||||
programs.vscode = {
|
||||
enable = true;
|
||||
|
@ -103,6 +103,10 @@
|
|||
"yaml" = true;
|
||||
};
|
||||
"powershell.codeFormatting.useCorrectCasing" = true;
|
||||
"powershell.powerShellAdditionalExePaths" = {
|
||||
"pwsh" = "${config.home.homeDirectory}/.nix-profile/bin/pwsh";
|
||||
};
|
||||
"powershell.promptToUpdatePowerShell" = false;
|
||||
"security.workspace.trust.untrustedFiles" = "open";
|
||||
"vim.statusBarColorControl" = true;
|
||||
"vim.useCtrlKeys" = false;
|
||||
|
|
Loading…
Reference in a new issue