Add languages `yaml-textmate` & `yaml-tmlanguage`
Fixes https://github.com/redhat-developer/vscode-yaml/issues/1092
I could add them to "activationEvents" as well
but the 3rd party extensions can activate this one instead via "extensionDependencies"
https://github.com/redhat-developer/vscode-yaml/blob/e696d9b25153a8ce84b22738f01cbc931a3f87a2/package.json#L41-L44
also I think *.y(a)ml is a invalid glob pattern
https://github.com/redhat-developer/vscode-yaml/blob/e696d9b25153a8ce84b22738f01cbc931a3f87a2/src/extension.ts#L119
@msivasubramaniaan done thanks
@RedCMD Please resolve the conflicts. Thanks
@msivasubramaniaan done
Just want to chime in - this would be a great thing to have. Hoping this can be merged. :D
Yeah, the pattern is wrong :(
I think this also need to be done on the language server side (https://github.com/redhat-developer/yaml-language-server). See https://github.com/redhat-developer/yaml-language-server/commit/6424ff6f6e673b912ffa1a891ec75afba5f4f233 for an example.
@datho7561 thank you I'm not seeing any merge conflicts
here's the server side pr:
- https://github.com/redhat-developer/yaml-language-server/pull/1132