better-comments
better-comments copied to clipboard
Fixes #415 - Not working on remote workspaces
According to https://code.visualstudio.com/api/advanced-topics/extension-host#preferred-extension-location, the order of [ "workspace", "ui" ]
will allow this extension to work in remote workspaces.
Reversed the order as it appears in package.json
and tested it with as remote, the extension will now properly highlight comments as designed in WSL.
@aaron-bond can this be reviewed?
This should resolve #415 once merged.