See https://github.com/docker/vscode-extension/blob/main/FAQ.md#i-am-seeing-duplicated-editor-features-such-as-code-completion-suggestions-hover-tooltips-etc-in-compose-files.
This was fixed in redhat-developer/yaml-language-server#1251.
The FAQ should be updated to take the new logic into account.
It specifically also means that one would not need to set docker.extension.enableComposeLanguageServer: true anymore. Until the logic in this repo is fixed, the yaml.schemaDetectionDisableFor will not work by itself.
See https://github.com/docker/vscode-extension/blob/main/FAQ.md#i-am-seeing-duplicated-editor-features-such-as-code-completion-suggestions-hover-tooltips-etc-in-compose-files.
This was fixed in redhat-developer/yaml-language-server#1251.
The FAQ should be updated to take the new logic into account.
It specifically also means that one would not need to set
docker.extension.enableComposeLanguageServer: trueanymore. Until the logic in this repo is fixed, theyaml.schemaDetectionDisableForwill not work by itself.