redhat-developer / redhat-developer/vscode-yaml

customTags should be extensible similar to how schemas are

Open
#448 1 comment 3 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement
Dominant language
TypeScript
Stars
829
Forks
260
Avg merge
5h 43m
Merged PRs (30d)
1

Description

Other extensions may want to define acceptable YAML tags and the final list of yaml.customTags should be a merge of user defined ones and extension provided ones.

We already have an example where this approach worked fine, https://github.com/redhat-developer/vscode-yaml/blob/master/src/extension.ts#L151

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the referenced src/extension.ts example around line 151, then locate where this project assembles yaml.customTags and handles schemas. Implement the requested merge of user-defined and extension-provided tags, and verify that both sources remain available without replacing one another.

Written by the indexing model from the issue text.

Assessment

Tech stack
typescript, yaml
Domain
tooling
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.