Skip to content

Commit

Permalink
Fixo typo in documentation for tabSize
Browse files Browse the repository at this point in the history
Co-authored-by: Magnus Ihse Bursie <mag@icus.se>
  • Loading branch information
zeroimpl and magicus authored Aug 1, 2022
1 parent 4b7774b commit 32d5d15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vscode-dts/vscode.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -642,7 +642,7 @@ declare module 'vscode' {
* The size in spaces a tab takes. This is used for two purposes:
* - the rendering width of a tab character;
* - the number of spaces to insert when {@link TextEditorOptions.insertSpaces insertSpaces} is true
* and `indentSize` is set to `"tab"`.
* and `indentSize` is set to `"tabSize"`.
*
* When getting a text editor's options, this property will always be a number (resolved).
* When setting a text editor's options, this property is optional and it can be a number or `"auto"`.
Expand Down

0 comments on commit 32d5d15

Please sign in to comment.