You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Disable some Compose features if Docker's extension is installed (#75)
Docker's extension bundles a language server that provides some Compose
features that overlap with the ones from the Container Tools extension.
Red Hat's YAML extension also does something similar which was
previously accounted for. The code has now been changed to disable
select Compose features if Docker's extension or Red Hat's YAML
extension is installed.
Signed-off-by: Remy Suen <remy.suen@docker.com>
0 commit comments