We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24aa685 commit b23b90cCopy full SHA for b23b90c
1 file changed
extension/src/webview/WebviewServer.ts
@@ -63,7 +63,7 @@ export class WebviewServer {
63
expression?: string;
64
mode: "standalone" | "webviewIFrame";
65
}): string {
66
- const port = process.env.USE_DEV_UI ? 8081 : this.port;
+ const port = process.env.USE_DEV_UI ? 8080 : this.port;
67
const params: Record<string, string> = {
68
serverPort: this.port.toString(),
69
serverSecret: this.secret,
0 commit comments