added vscode settings

This commit is contained in:
Richie Cahill 2024-05-05 11:44:36 -04:00
parent 0ea8e9ee84
commit 2ebe1c76f7
2 changed files with 21 additions and 2 deletions

10
.vscode/settings.json vendored
View File

@ -6,23 +6,28 @@
"ahci", "ahci",
"alicehuston", "alicehuston",
"alsa", "alsa",
"amdgpu",
"artemision", "artemision",
"autofetch", "autofetch",
"autopull", "autopull",
"azuretools", "azuretools",
"BANN", "BANN",
"btop", "btop",
"btrfs",
"builtins", "builtins",
"cachix", "cachix",
"charliermarsh", "charliermarsh",
"codezombiech", "codezombiech",
"concatLists", "concatLists",
"Cryptodisk",
"dialout", "dialout",
"dotfiles", "dotfiles",
"eamodio", "eamodio",
"errorlens", "errorlens",
"esbenp", "esbenp",
"fenix", "fenix",
"fileroller",
"Filesystems",
"foxundermoon", "foxundermoon",
"hexeditor", "hexeditor",
"HRDN", "HRDN",
@ -37,15 +42,18 @@
"libvirtd", "libvirtd",
"LOGG", "LOGG",
"lsnew", "lsnew",
"luks",
"lynis", "lynis",
"mechatroner", "mechatroner",
"ncdu", "ncdu",
"nemo",
"neofetch", "neofetch",
"networkd", "networkd",
"networkmanager", "networkmanager",
"nixos", "nixos",
"nixpkgs", "nixpkgs",
"nmap", "nmap",
"nordrand",
"numtide", "numtide",
"nvme", "nvme",
"oderwat", "oderwat",
@ -53,6 +61,7 @@
"pipewire", "pipewire",
"pkgs", "pkgs",
"plugdev", "plugdev",
"proxychains",
"pulseaudio", "pulseaudio",
"pylance", "pylance",
"Redistributable", "Redistributable",
@ -67,6 +76,7 @@
"sysstat", "sysstat",
"tamasfe", "tamasfe",
"timonwong", "timonwong",
"Tmpfs",
"topgrade", "topgrade",
"Toqozz", "Toqozz",
"uaccess", "uaccess",

View File

@ -29,9 +29,18 @@
"rust-analyzer.server.path": "rust-analyzer", "rust-analyzer.server.path": "rust-analyzer",
"cSpell.userWords": ["Cahill", "syncthing"], "cSpell.userWords": ["Cahill", "syncthing"],
"gitlens.plusFeatures.enabled": false, "gitlens.plusFeatures.enabled": false,
"cSpell.enableFiletypes": ["nix"], "cSpell.enableFiletypes": ["bat", "csv", "nix", "toml"],
"cSpell.language": "en,en-US",
"cSpell.enabled": true, "cSpell.enabled": true,
"[yaml]": { "[yaml]": {
"editor.defaultFormatter": "redhat.vscode-yaml" "editor.defaultFormatter": "redhat.vscode-yaml"
} },
"[python]": {
"editor.defaultFormatter": "charliermarsh.ruff"
},
"[nix]": {
"editor.defaultFormatter": "jnoortheen.nix-ide"
},
"editor.minimap.renderCharacters": false,
"editor.minimap.showSlider": "always"
} }