Skip to content

Instantly share code, notes, and snippets.

@wonchul-kim
Last active September 25, 2021 17:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wonchul-kim/2731449eb9b3eb0e17d0eaadbdfaf6ef to your computer and use it in GitHub Desktop.
Save wonchul-kim/2731449eb9b3eb0e17d0eaadbdfaf6ef to your computer and use it in GitHub Desktop.

[Ubuntu] visual studio code에서 한글 입력이 안될 경우

  • OS: Ubuntu 20.04 (버전은 무관한 듯)
  • Issue: 한글 전환키를 눌렀음에도 불구하고 전환되지 않고 visual studio code의 위에 있는 tap이 선택됨
  • 원인: snap 형식의 Visual Studio Code를 설치한 경우에, Ubuntu의 입력기인 IBus와 충돌해서 일어나는 현상
  • 해결법: .deb으로 재설치
  1. 기존 프로그램 제거
sudo snap remove code
  1. .deb으로 설치 프로그램 다운로드

  2. 설치

sudo dpkg -i code_1.40.2-1574694120_amd64.deb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment