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