added vscode settings
This commit is contained in:
parent
0ea8e9ee84
commit
2ebe1c76f7
10
.vscode/settings.json
vendored
10
.vscode/settings.json
vendored
@ -6,23 +6,28 @@
|
||||
"ahci",
|
||||
"alicehuston",
|
||||
"alsa",
|
||||
"amdgpu",
|
||||
"artemision",
|
||||
"autofetch",
|
||||
"autopull",
|
||||
"azuretools",
|
||||
"BANN",
|
||||
"btop",
|
||||
"btrfs",
|
||||
"builtins",
|
||||
"cachix",
|
||||
"charliermarsh",
|
||||
"codezombiech",
|
||||
"concatLists",
|
||||
"Cryptodisk",
|
||||
"dialout",
|
||||
"dotfiles",
|
||||
"eamodio",
|
||||
"errorlens",
|
||||
"esbenp",
|
||||
"fenix",
|
||||
"fileroller",
|
||||
"Filesystems",
|
||||
"foxundermoon",
|
||||
"hexeditor",
|
||||
"HRDN",
|
||||
@ -37,15 +42,18 @@
|
||||
"libvirtd",
|
||||
"LOGG",
|
||||
"lsnew",
|
||||
"luks",
|
||||
"lynis",
|
||||
"mechatroner",
|
||||
"ncdu",
|
||||
"nemo",
|
||||
"neofetch",
|
||||
"networkd",
|
||||
"networkmanager",
|
||||
"nixos",
|
||||
"nixpkgs",
|
||||
"nmap",
|
||||
"nordrand",
|
||||
"numtide",
|
||||
"nvme",
|
||||
"oderwat",
|
||||
@ -53,6 +61,7 @@
|
||||
"pipewire",
|
||||
"pkgs",
|
||||
"plugdev",
|
||||
"proxychains",
|
||||
"pulseaudio",
|
||||
"pylance",
|
||||
"Redistributable",
|
||||
@ -67,6 +76,7 @@
|
||||
"sysstat",
|
||||
"tamasfe",
|
||||
"timonwong",
|
||||
"Tmpfs",
|
||||
"topgrade",
|
||||
"Toqozz",
|
||||
"uaccess",
|
||||
|
@ -29,9 +29,18 @@
|
||||
"rust-analyzer.server.path": "rust-analyzer",
|
||||
"cSpell.userWords": ["Cahill", "syncthing"],
|
||||
"gitlens.plusFeatures.enabled": false,
|
||||
"cSpell.enableFiletypes": ["nix"],
|
||||
"cSpell.enableFiletypes": ["bat", "csv", "nix", "toml"],
|
||||
"cSpell.language": "en,en-US",
|
||||
"cSpell.enabled": true,
|
||||
"[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"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user