You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<li><p><code>workbench.colorTheme</code><strong>(<em>string</em> default:<code>"One Dark Pro"</code>)</strong> - Color theme to use.</p></li>
139
139
<li><p><code>workbench.iconTheme</code><strong>(<em>string</em> default: <code>"vs-seti"</code>)</strong> - Icon theme to use.</p></li>
140
140
<li><p><code>workbench.tree.indent</code><strong>(<em>int</em> default: <code>5</code>)</strong> - Indentation of the tree explorer.</p></li>
141
+
<li><p><code>workbench.tree.renderIndentGuides</code><strong>(<em>bool</em> default: <code>true</code>)</strong> - Controls whether indent guide lines are rendered in tree views.</p></li>
141
142
<li><p><code>vim.highlightedyank.enable</code><strong>(<em>bool</em> default: <code>true</code>)</strong> - When <code>true</code>, briefly highlight yanks on the editor surface.</p></li>
142
143
<li><p><code>vim.highlightedyank.color</code><strong>(<em>string</em>)</strong> - Hex string defining a color, ie <code>#FF00FFFF</code>.</p></li>
143
144
<li><p><code>vim.highlightedyank.duration</code><strong>(<em>int</em> default: <code>300</code>)</strong> - The time, in milliseconds, the yank highlight is visible.</p></li>
<li><p><code>workbench.colorTheme</code><strong>(<em>string</em> default:<code>"One Dark Pro"</code>)</strong> - Color theme to use.</p></li>
139
139
<li><p><code>workbench.iconTheme</code><strong>(<em>string</em> default: <code>"vs-seti"</code>)</strong> - Icon theme to use.</p></li>
140
140
<li><p><code>workbench.tree.indent</code><strong>(<em>int</em> default: <code>5</code>)</strong> - Indentation of the tree explorer.</p></li>
141
+
<li><p><code>workbench.tree.renderIndentGuides</code><strong>(<em>bool</em> default: <code>true</code>)</strong> - Controls whether indent guide lines are rendered in tree views.</p></li>
141
142
<li><p><code>vim.highlightedyank.enable</code><strong>(<em>bool</em> default: <code>true</code>)</strong> - When <code>true</code>, briefly highlight yanks on the editor surface.</p></li>
142
143
<li><p><code>vim.highlightedyank.color</code><strong>(<em>string</em>)</strong> - Hex string defining a color, ie <code>#FF00FFFF</code>.</p></li>
143
144
<li><p><code>vim.highlightedyank.duration</code><strong>(<em>int</em> default: <code>300</code>)</strong> - The time, in milliseconds, the yank highlight is visible.</p></li>
0 commit comments