Skip to content

VS Code - Local App Settings

  • See example dotfiles for workspace settings
  • Sign into GitHub for easier synchronization across machines.
  • 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.:

Terminal window
# Linux specific hunspell configuration
ln -s /usr/share/hunspell/* ~/.config/Code/Dictionaries
# Ensure spellright.suggestionsInHints is false in settings due to slower suggestions