RedCMD

Results 67 issues of RedCMD

**Describe the bug** Every now and then when reloading VSCode I will get this error: `Activating extension 'github.vscode-github-actions' failed: fetch failed.` ```rust Failed to load resource: net::ERR_NAME_NOT_RESOLVED marketplace.visualstudio.com/_apis/public/gallery/extensionquery:1 ERR [network]...

bug

duplicate `contentName` Duplicate maps keys are invalid YAML https://github.com/radium-v/Better-Less/blob/cae1fbf59f0b92f3f76b1cefafdaddb5cfa8ee8a/Syntaxes/Better%20Less.YAML-tmLanguage#L2084-L2086 ![Image](https://github.com/user-attachments/assets/2e48ca43-449f-405c-b6d0-cbff11b92966) --- useless `patterns` array `patterns` doesn't work with `match` https://github.com/radium-v/Better-Less/blob/cae1fbf59f0b92f3f76b1cefafdaddb5cfa8ee8a/Syntaxes/Better%20Less.YAML-tmLanguage#L247-L249 ![Image](https://github.com/user-attachments/assets/ead2da18-1704-4e5c-b562-ca36b7bfa0b2) --- useless `contentName` `contentName` doesn't work with `match` https://github.com/radium-v/Better-Less/blob/cae1fbf59f0b92f3f76b1cefafdaddb5cfa8ee8a/Syntaxes/Better%20Less.YAML-tmLanguage#L2282...

VSCode's JSON TextMate Grammars https://github.com/RedCMD/TmLanguage-Syntax-Highlighter

Steps to Reproduce: 1. open untitled file 2. paste code 3. assign language JS 4. click the code action button on line 3 5. ctrl+enter on the code action `Remove...

triage-needed

https://github.com/pedro-w/vscode-tmlanguage/commit/0aa687c4e1a60ce5e186461c598912531a84ae14 changed the custom `TextMate YAML` highlighting to just normal `YAML` highlighting Before: ![Image](https://github.com/user-attachments/assets/0ce26ece-940f-4262-9834-4a65553512c6) Now: ![Image](https://github.com/user-attachments/assets/2eba1e94-b189-4c3f-ae82-aa79d8cfc3d7)

actual: Currently an empty or non-existent `end` pattern will match against the unicode character `�` `\uFFFF` this bug was caused by a partial fix of * https://github.com/microsoft/vscode-textmate/issues/66 https://github.com/microsoft/vscode-textmate/commit/7640bd6490ad961437a6982d7489e212777df7d8 didn't fix...

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...

## Describe the bug YAML states if a string starts with a double quote, it then must end with one If a schema `default` value starts with a double quote...

Allow support for subset YAML languages e.g. `yaml-textmate`, `yaml-tmlanguage` https://github.com/RedCMD/TmLanguage-Syntax-Highlighter/issues/19 This would allow extension authors to create custom highlighting for their subset yaml language as VSCode doesn't allow overriding the...