VSCodeでJavaScriptのタブスペース数を変える 2018年11月22日 / 1 min read View more blogs with the tag javascript , View more blogs with the tag vscode Table of Contents #はじめに #方法 はじめに VSCodeでJavaScriptのタブスペース数を変えたい場合の設定方法です。 方法 Ctrl+Shift+P で検索バーに「Preferences: Configure language specific settings」と入力してスペース数を調整したい言語を選択する。 editor.tabSize 部分を右側のユーザー設定編集部分で以下のように編集する。 "[javascript]": { "editor.tabSize": 2 }