0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

【VSCode】エディターエリア左側の幅を小さくする

Posted at

VSCodeで論文を書いていたのだが、エディターエリアの左側の行番号が書いてあるところの余白が煩わしい。

image.png

実は、この部分は三つの部分から構成されているらしい[1]。左から、ブレークポイントの指定、行番号、コードの折り畳み、となっている。いわれてみれば、という感じ。

日本語で文を書いている分には、どれもそこまで必要ではないので消す。

項目 設定
ブレークポイント "editor.glyphMargin": false
行番号 "editor.lineNumbers": "off"
折り畳み "editor.folding": false

上記項目を探して設定すればOK。

image.png

すっきりした。

参考サイト

[1] Is there a way to make vscode line number field smaller width?

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?