upload webpage that used to embed devstar webpage

This commit is contained in:
Levi Yan
2024-10-01 11:58:55 +08:00
parent f854fb3599
commit 535ede85ee
2 changed files with 72 additions and 1 deletions

View File

@@ -5,7 +5,7 @@ import {fetch} from './utils'
export default class DSHome {
private context: vscode.ExtensionContext;
private remoteContainer: RemoteContainer;
static defaultUrl = 'http://localhost:8080/tmp/index.html';
static defaultUrl = 'http://localhost:8080/test/index.html';
constructor(context: vscode.ExtensionContext) {
this.context = context;