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.
1 parent 4b7774b commit 817d418Copy full SHA for 817d418
src/vscode-dts/vscode.d.ts
@@ -642,7 +642,7 @@ declare module 'vscode' {
642
* The size in spaces a tab takes. This is used for two purposes:
643
* - the rendering width of a tab character;
644
* - the number of spaces to insert when {@link TextEditorOptions.insertSpaces insertSpaces} is true
645
- * and `indentSize` is set to `"tab"`.
+ * and `indentSize` is set to `"tabSize"`.
646
*
647
* When getting a text editor's options, this property will always be a number (resolved).
648
* When setting a text editor's options, this property is optional and it can be a number or `"auto"`.
0 commit comments