vscode-todo-highlight icon indicating copy to clipboard operation
vscode-todo-highlight copied to clipboard

Please add the extensionKind attribute to the package.json

Open egamma opened this issue 4 years ago • 2 comments

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 avatar Jan 17 '20 08:01 egamma

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.

jgclark avatar Jul 08 '20 20:07 jgclark

@jgclark thanks!

egamma avatar Jul 10 '20 14:07 egamma