Closed
Description
Bug description
Since what I think is coder/code-server#5624, awaiting vscode.env.asExternalUri(vscode.Uri.parse("http://localhost:12345");
never returns.
Steps to reproduce
I don't have a simple repro available, but the promise awaiting vscode.env.asExternalUri
does not return.
Here's an larger repro:
- Open: https://gitpod.io/#https://github.com/unoplatform/uno.quickstart
- Install the suggested Uno Platform extension
- Once the C# environment is setup, with the commmand palette use the command "Omnisharp: Select project" (or click on the project name in the status bar)
- Select the
MyApp.Wasm
project - If the
vscode.env.asExternalUri
works, the output forUno Platform - Hot Reload
will showApplication started. Press Ctrl+C to shut down.
.
Currently, that message does not appear.
Workspace affected
No response
Expected behavior
A new listening port is opened based on the external uri.
Example repository
No response
Anything else?
No response
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Done