How can I hide indent guides in Visual Studio Code?

前端 未结 5 2093
甜味超标
甜味超标 2021-01-03 21:01

How can I hide the following lines to get a cleaner code view?

Like this in the official documentation:

How can I do that or find settings in t

5条回答
  •  Happy的楠姐
    2021-01-03 21:33

    I tried the previous answers, but it would not let me, as it said the file was read-only, so the solution I found was below:

    Click on menu FilePreferencesSettings.

    In the search box, type "render indent guides" (without the "")

    Untick the box which says "Controls whether the editor should render indent guides".

    This removes the indent guides.

提交回复
热议问题