vscode: add spell cheker and some settings

This commit is contained in:
cy 2025-03-01 10:11:34 -05:00
parent bba29fa1ea
commit a1dd96a68b
Signed by: cy
SSH key fingerprint: SHA256:o/geVWV4om1QhUSkKvDQeW/eAihwnjyXkqMwrVdbuts

View file

@ -19,6 +19,7 @@
fwcd.kotlin
alefragnani.bookmarks
tomrijndorp.find-it-faster
streetsidesoftware.code-spell-checker
];
userSettings = {
"workbench.colorTheme" = "GitHub Dark Default";
@ -120,6 +121,10 @@
"security.promptForLocalFileProtocolHandling" = false;
"security.promptForRemoteFileProtocolHandling" = false;
"markdown-preview-enhanced.previewTheme" = "github-dark.css";
"editor.minimap.enabled" = false;
"explorer.confirmDelete" = false;
"explorer.confirmDragAndDrop" = false;
};
};
};