The registered settings show the settings without the prefix kubernetes-yaml-formatter..
In vscode Settings extension names Use Compact Sequence Indent (?) with two check-boxed settings Compact Sequence Indent and Include Document Start.
When the checkbox is enabled, json settings file gets settings without prefix kubernetes-yaml-formatter., just i.e. "includeDocumentStart": true, and vscode thinks it's okay. But the settings don't work. But if i set manually "kubernetes-yaml-formatter.includeDocumentStart": true, settings works when I format file, but vscode thinks it's unknown and unused settings, dimming them.
vscode 1.74.0-insider
Kubernetes YAML Formatter v1.1.0
The registered settings show the settings without the prefix
kubernetes-yaml-formatter.
.In vscode Settings extension names
Use Compact Sequence Indent
(?) with two check-boxed settingsCompact Sequence Indent
andInclude Document Start
.When the checkbox is enabled, json settings file gets settings without prefix
kubernetes-yaml-formatter.
, just i.e."includeDocumentStart": true,
and vscode thinks it's okay. But the settings don't work. But if i set manually"kubernetes-yaml-formatter.includeDocumentStart": true,
settings works when I format file, but vscode thinks it's unknown and unused settings, dimming them.