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

Feature: A way to share power-mode configurations #5

Closed
ayrtonmassey opened this issue Jul 24, 2017 · 2 comments
Closed

Feature: A way to share power-mode configurations #5

ayrtonmassey opened this issue Jul 24, 2017 · 2 comments

Comments

@ayrtonmassey
Copy link

It would be great to have some way of packaging & sharing:

  • My custom configuration settings for power-mode.
  • The custom images I am using, if they are local files (not web URLs).
@hoovercj
Copy link
Owner

hoovercj commented Jul 26, 2017

I think the easiest solution for now would be to set up a dedicated issue thread for this where people can leave comments of the form:

{
    "label": "Clippy",
    "description": "Clippy follows along next to your cursor",
    "example": "https://path/to/gif",
    "settings": {}
}

The extension can query the github api to get the comments and parse the settings out of them.

These can be presented either as completions in settings.json or some other way such as commands.

Example api url:

https://api.github.com/repos/hoovercj/vscode-power-mode/issues/7/comments

@hoovercj
Copy link
Owner

This is now published in v1.2.0

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

No branches or pull requests

2 participants