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

Updating user settings #581

Closed
seanmcbreen opened this issue Nov 24, 2015 · 1 comment
Closed

Updating user settings #581

seanmcbreen opened this issue Nov 24, 2015 · 1 comment
Labels
*duplicate Issue identified as a duplicate of another issue(s) feature-request Request for new features or functionality
Milestone

Comments

@seanmcbreen
Copy link

From @alefragnani on November 2, 2015 0:36

It should be really useful to be able to update some of the user settings for my packages. I only found vscode.extensions.getConfigurationMemento which is readonly, and vscode.extensions.getStateMemento which is read/write, but its content is not stored in settings.json. Is there any other way for this?

The update that I want to do is, in fact, only a shortcut (command) that I gave to the user. So he can use User settings menu to edit the value by himself, but also add/update its content based on commands that I registered.

Thanks in advance

Copied from original issue: Microsoft/vscode-extensionbuilders#77

@jrieken jrieken added the feature-request Request for new features or functionality label Nov 25, 2015
@egamma egamma modified the milestone: Backlog Dec 10, 2015
@seanmcbreen seanmcbreen added the *duplicate Issue identified as a duplicate of another issue(s) label Sep 21, 2016
@seanmcbreen
Copy link
Author

Linking this comment as a dupe #1396 which we are working on now :)

@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 18, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
*duplicate Issue identified as a duplicate of another issue(s) feature-request Request for new features or functionality
Projects
None yet
Development

No branches or pull requests

3 participants