Is your enhancement related to a problem? Please describe.
When vscode-ansible and vscode-yaml are both installed, because vscode-ansible ships the yaml server users see duplicate yaml syntax errors.
Describe the solution you would like
What I suggest is that the vscode-yaml extension detects when the ansible extension is installed (vscode.extensions.getExtension(‘vscoss.vscode-ansible’)) and then it informs the user about the problem and provides the option to uninstall the ansible extension (this can be implemented using the VS Code CLI).
Describe alternatives you have considered
Additional context
Is your enhancement related to a problem? Please describe.
When vscode-ansible and vscode-yaml are both installed, because vscode-ansible ships the yaml server users see duplicate yaml syntax errors.
Describe the solution you would like
What I suggest is that the vscode-yaml extension detects when the ansible extension is installed (vscode.extensions.getExtension(‘vscoss.vscode-ansible’)) and then it informs the user about the problem and provides the option to uninstall the ansible extension (this can be implemented using the VS Code CLI).
Describe alternatives you have considered
Additional context