EugeneDae / vscode-refresh-browser

(VS Code extension) Refresh your web-browser with ⌘R without switching from Code. Only works on macOS.
https://marketplace.visualstudio.com/items?itemName=dae.vscode-refresh-browser
MIT License
7 stars 2 forks source link

Incompatible with Remote Development #4

Closed abhibeckert closed 4 years ago

abhibeckert commented 4 years ago

When I try to run this extension while connected to a server with the Remote Development extension, it shows a message "An Error Occurred".

I think it's running on the remote server, instead of locally, which should be fixed by simply adding "extensionKind": ["ui"] to package.json

EugeneDae commented 4 years ago

Thanks! Fixed and published: https://marketplace.visualstudio.com/items?itemName=dae.vscode-refresh-browser