We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
tabSize
indentSize
1 parent 93987e8 commit 7dcd27aCopy full SHA for 7dcd27a
src/vs/workbench/api/browser/mainThreadEditor.ts
@@ -377,6 +377,7 @@ export class MainThreadTextEditor {
377
}
378
if (typeof newConfiguration.tabSize !== 'undefined') {
379
newOpts.tabSize = newConfiguration.tabSize;
380
+ newOpts.indentSize = newConfiguration.tabSize;
381
382
if (typeof newConfiguration.indentSize !== 'undefined') {
383
if (newConfiguration.indentSize === 'tabSize') {
0 commit comments