VS Code - Local App Settings
Extensions
Section titled “Extensions”- See example dotfiles for workspace settings
- Sign into GitHub for easier synchronization across machines.
VS Code on Linux Spelling
Section titled “VS Code on Linux Spelling”- For Spellright, follow Linux dictionary installation
On most Linux distributions system-wide dictionaries can be reused (for now only UTF-8 encoded dictionaries are supported, verify SET line in *.aff file) by soft linking the system folder e.g.:
# Linux specific hunspell configurationln -s /usr/share/hunspell/* ~/.config/Code/Dictionaries# Ensure spellright.suggestionsInHints is false in settings due to slower suggestions