Replies: 1 comment 6 replies
-
HI @gee4vee, |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Our extension starts up the node server like so using QuickStart components and it works fine on macOS.
Our versions are all 1.0.0 and we are running Node 16.
However on Windows the server starts but can't connect to it. I turned off Windows Firewall but no difference. Is there anything else that could be causing this? Strangely enough, this only happens when we launch our extension in the extension host for debugging. If we package the extension into a vsix and install it, the connection to the server does happen but the diagram fails to render anyway (we can only see our tool palette and center/fit to screen buttons). And yet the GLSP server is started as a spawned
node
process exactly the same in both cases.Beta Was this translation helpful? Give feedback.
All reactions