Skip to content

Setup VSCode on Ubuntu

OS version

1
2
3
4
5
$ cat /etc/lsb-release 
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=18.04
DISTRIB_CODENAME=bionic
DISTRIB_DESCRIPTION="Ubuntu 18.04.5 LTS"

Install

Download and insatll VSCode for 64 bit Linux at official site

Setup

Configure run terminal

On VSCode (below is a default setting)

  • File > Preferences > settings
  • type terminal
  • Terminal > External > Linux Exec : x-terminal-emulator

View > Terminal

Code Spell Checker

Code Spell Checker is useful for checking typo in English and source code.

Editor settings

Ref. Visual Studio Codeで最初にしておきたいオススメ設定

Settings (File > Preferences)

  • Font Family : Source Han Code JP
  • Font Size : 16
  • Font Weight : 500
  • Tab Size : 4
  • Eol : \n
  • Render White space : boundary
  • Render Line Highlight : gutter

Last update: February 15, 2021