Closed abhibeckert closed 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
"extensionKind": ["ui"]
package.json
Thanks! Fixed and published: https://marketplace.visualstudio.com/items?itemName=dae.vscode-refresh-browser
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"]
topackage.json