You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
egamma
added a commit
to egamma/vscode-todo-highlight
that referenced
this issue
Jan 17, 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.
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.
The text was updated successfully, but these errors were encountered: