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

Declare settings scope as resource #410

Merged
merged 2 commits into from
Jun 5, 2023

Conversation

ssbarnea
Copy link
Contributor

@ssbarnea ssbarnea commented May 22, 2023

Fixes: #408


name: Pull Request
about: Submit new code for review


Issue:

  • A reference to a related issue in your repository.

Changes:

  • This should convince vscode to recognize the workspace level settings.
  • @ryanluker

@ryanluker ryanluker added this to the 2.11.0 milestone May 22, 2023
Copy link
Owner

@ryanluker ryanluker left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great, thanks for adding these in!
Just for future reference, the scope attribute can be found below in the vscode extension api docs.
https://code.visualstudio.com/api/references/contribution-points#Configuration-schema

@ryanluker ryanluker merged commit 75e8256 into ryanluker:master Jun 5, 2023
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.

Extension settings do not have the scope property defined
2 participants