Here’s my current setup.
OS: OSX v11.1
Docker: v20.10.0
VSCode: v1.52.1
Docker Image: ironmansoftware/universal:1.5.7-ubunutu-18.04
PowerShell Universal VSCode Extension: 1.7.3
I’ve configured and built my Docker image via Docker - PowerShell Universal.
I start the server with: docker run --name powershelluniversal --mount source=psudata,target=/data --rm -d -p 5000:5000/tcp universal-persistent:latest
The extension can never bind to the server. There’s no output from the extension. Once I access the extension in the left hand tool-pane, all six panels just show a pink bar moving from left to right in perpetuity. Any chance anyone else out there has gotten the VSCode IDE environment configured to use the extension properly?