removed unnesieary inherits

This commit is contained in:
Richie Cahill
2024-06-27 21:45:18 -04:00
parent 73e691bf01
commit 3935f3d4eb
2 changed files with 2 additions and 4 deletions

View File

@ -39,7 +39,7 @@
"cSpell.enabled": true,
"cSpell.language": "en,en-US",
"cSpell.enableFiletypes": ["bat", "csv", "nix", "toml"],
"cSpell.userWords": ["Cahill", "syncthing"],
"cSpell.userWords": ["Cahill", "syncthing", "unnesieary"],
// nix
"nix.enableLanguageServer": true,