added spell check words

This commit is contained in:
Leyla Becker 2024-10-03 18:11:52 +02:00
parent 1cef697f9b
commit dd6046af27

View file

@ -32,6 +32,9 @@
userSettings = {
"workbench.colorTheme" = "Atom One Dark";
"cSpell.userWords" = [
"webdav"
];
};
extensions = with extensions.open-vsx;