Obtain the text-editor indent-size configuration for a Language in a VSIX-package

Viewed 12

For my VSIX package, I can define configuration parameters for a language using the ProvideLanguageEditorOptionPage attribute. How to access them is also described. But how can I access the predefined settings like tab size or indent size for the language? I can't find the description for this.

enter image description here

0 Answers
Related