vscode-yaml icon indicating copy to clipboard operation
vscode-yaml copied to clipboard

Add languages `yaml-textmate` & `yaml-tmlanguage`

Open RedCMD opened this issue 1 year ago • 4 comments

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

RedCMD avatar Feb 09 '25 08:02 RedCMD

@msivasubramaniaan done thanks

RedCMD avatar Mar 11 '25 07:03 RedCMD

@RedCMD Please resolve the conflicts. Thanks

msivasubramaniaan avatar Mar 11 '25 15:03 msivasubramaniaan

@msivasubramaniaan done

RedCMD avatar Mar 19 '25 21:03 RedCMD

Just want to chime in - this would be a great thing to have. Hoping this can be merged. :D

carlwr avatar May 25 '25 18:05 carlwr

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 avatar Oct 01 '25 14:10 datho7561

@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

RedCMD avatar Oct 01 '25 18:10 RedCMD