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

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

Open RedCMD opened this issue 8 months 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