Skip to content

Instantly share code, notes, and snippets.

@vctrtvfrrr
Created May 28, 2022 21:04
Show Gist options
  • Save vctrtvfrrr/094136c6230dc5481e64c248f20d0056 to your computer and use it in GitHub Desktop.
Save vctrtvfrrr/094136c6230dc5481e64c248f20d0056 to your computer and use it in GitHub Desktop.
Fix locale error on Ubuntu

microsoft/vscode#110286 (comment)

  1. open the terminal in vscode and type locale and see which language it is
  2. type in the terminal sudo nano /etc/locale.gen and scroll down and remove # in front the language which is
  3. type in terminal sudo locale-gen that it ! it is solved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment