Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add title to extension configuration #793

Merged
merged 1 commit into from
Jul 9, 2022
Merged

Add title to extension configuration #793

merged 1 commit into from
Jul 9, 2022

Conversation

whazor
Copy link
Contributor

@whazor whazor commented Jul 8, 2022

What does this PR do?

According to the VSCode configuration schema, the .contributes.configuration.title property seems to be required and is currently missing
in vscode-yaml. This PR adds the title to configuration.

What issues does this PR fix or reference?

None

Is it tested? How?

  • npm install
  • npm run build
  • vsce package

Then add .vsix to VSCode, made sure extension still works on YAML and I verified configuration still has the YAML settings there (and only once). Also clicked the 'extension settings' from the extensions list and I also got to all the YAML settings.

According to the [VSCode configuration schema](https://code.visualstudio.com/api/references/contribution-points#Configuration-schema), the `.contributes.configuration.title` property seems to be required and is currently missing in vscode-yaml.
@msivasubramaniaan msivasubramaniaan merged commit 34d6031 into redhat-developer:main Jul 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants