I cannot seem to make the VSCode Extension work for me.
Here’s my setup:
The extension is installed in VSCode
PSU is running in a Docker container on a Docker host (i.e. not localhost)
Now when I start the extension it insists my PSU is installed locally, it keeps starting a browser “http://localhost:5000” but this is wrong, it is “http://zbox:8082”
So when I, for example, click on that link in “Login to PowerShell Universal” or the “Settings \ Configurations” link on the page (see screenshot) I always go to localhost.
So I manually type the correct URL and login. Then I select a Dashboard in PSU (the browser, not VSCode) and push the “Edit with VS Code” button, I get an error in VSCode
First, the popup shows the correct address so that hsould be OK I hope:
Can someone make sense out of all this? I cannot see what I did wrong here. The only thing I can imagine is that the extension is not able to work with installs other then “localhost:5000” ?
It looks like it should be connecting to the proper URL based on the config you shared. In VS Code, can you let me know what the activity pane looks like? When it’s connected properly, you’ll be able to see things like scripts over there.
If you click the refresh button on the automation section, does it show a clearer error message? I’d also check in the extension host logs to see if there is more info in there.
Not sure what is going on but I just started VSCode and clicked the PSU icon in VSCode.
This is what I now see and it looks better then before I would think. Can you confirm this is what it should look like?