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

Please add the extensionKind attribute to the package.json #166

Open
egamma opened this issue Jan 17, 2020 · 2 comments
Open

Please add the extensionKind attribute to the package.json #166

egamma opened this issue Jan 17, 2020 · 2 comments

Comments

@egamma
Copy link

egamma commented Jan 17, 2020

To ensure that your extension works well with [VS Code remote development] it is recommended to add the new extensionKind attribute for extensions that can run locally and remotely.

For more information on the extensionKind attributepls see the documentation.

The extensionKind attribute for this extension should be set to ["ui", "workspace"]. Indicating that the can run locally and remotely in that order.

egamma added a commit to egamma/vscode-todo-highlight that referenced this issue Jan 17, 2020
Add an extensionKind property.
@jgclark
Copy link

jgclark commented Jul 8, 2020

I've now forked this extension into https://github.com/jgclark/vscode-todo-highlight, and made available on the Marketplace. It includes better documentation, more examples, update for remote development, addition of regex per highlight etc.

You'll need to uninstall this extension and then install the new one from the marketplace, TODO Highlight v1.2.0.

@egamma
Copy link
Author

egamma commented Jul 10, 2020

@jgclark thanks!

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