chore(vscode): reorder settings

This commit is contained in:
Michael Thomas 2024-06-29 11:23:37 -04:00
parent 1a73589d28
commit 2a456cf0ea

@ -158,6 +158,6 @@
},
"nix.enableLanguageServer": true,
"nix.serverPath": "nil",
"workbench.colorTheme": "Min Dark",
"cSpell.userWords": ["typecheck"]
"cSpell.userWords": ["typecheck"],
"workbench.colorTheme": "Min Dark"
}