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

extensions: adds a ContextKey service #1898

Closed
benoitf opened this issue Mar 31, 2023 · 1 comment
Closed

extensions: adds a ContextKey service #1898

benoitf opened this issue Mar 31, 2023 · 1 comment
Assignees
Labels
area/extensions 🧩 kind/enhancement ✨ Issue for requesting an improvement

Comments

@benoitf
Copy link
Collaborator

benoitf commented Mar 31, 2023

Is your enhancement related to a problem? Please describe

Service will be able to know when to enable/disable properties based on when or enablement clauses

like

isWindows && myProperty == 'hello world'

so commands, menus, configuration etc could be enabled/displayed differently based on the current state

Describe the solution you'd like

Implements a service to handle these keys

Describe alternatives you've considered

No response

Additional context

it is a subtask of #1703

@benoitf benoitf added the kind/enhancement ✨ Issue for requesting an improvement label Mar 31, 2023
@benoitf benoitf self-assigned this Mar 31, 2023
@nichjones1 nichjones1 added this to the 0.14.0 milestone Apr 6, 2023
@benoitf benoitf removed this from the 0.14.0 milestone Apr 11, 2023
@benoitf
Copy link
Collaborator Author

benoitf commented Aug 16, 2023

done there #3131

@benoitf benoitf closed this as completed Aug 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/extensions 🧩 kind/enhancement ✨ Issue for requesting an improvement
Projects
Archived in project
Development

No branches or pull requests

3 participants