Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[vscode] Support TextEditorOptions#indentSize added with 1.83 #13058

Closed
Tracked by #13062
rschnekenbu opened this issue Nov 6, 2023 · 0 comments · Fixed by #13105
Closed
Tracked by #13062

[vscode] Support TextEditorOptions#indentSize added with 1.83 #13058

rschnekenbu opened this issue Nov 6, 2023 · 0 comments · Fixed by #13105
Labels
vscode issues related to VSCode compatibility

Comments

@rschnekenbu
Copy link
Contributor

new API has been added to TextEditorOptions with 1.83:

/**
 * The number of spaces to insert when {@link TextEditorOptions.insertSpaces insertSpaces} is true.
 *
 * 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 `"tabSize"`.
 */
indentSize?: number | string;

TextEditorOptions_indentSize

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
vscode issues related to VSCode compatibility
Projects
None yet
2 participants