Skip to content

Commit 817d418

Browse files
zeroimplmagicus
andcommitted
Fix typo in documentation for tabSize
Co-authored-by: Magnus Ihse Bursie <[email protected]>
1 parent 4b7774b commit 817d418

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vscode-dts/vscode.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -642,7 +642,7 @@ declare module 'vscode' {
642642
* The size in spaces a tab takes. This is used for two purposes:
643643
* - the rendering width of a tab character;
644644
* - the number of spaces to insert when {@link TextEditorOptions.insertSpaces insertSpaces} is true
645-
* and `indentSize` is set to `"tab"`.
645+
* and `indentSize` is set to `"tabSize"`.
646646
*
647647
* When getting a text editor's options, this property will always be a number (resolved).
648648
* When setting a text editor's options, this property is optional and it can be a number or `"auto"`.

0 commit comments

Comments
 (0)