From 535ede85eecbc43aaa53f849bd78264321f58b95 Mon Sep 17 00:00:00 2001 From: Levi Yan Date: Tue, 1 Oct 2024 11:58:55 +0800 Subject: [PATCH] upload webpage that used to embed devstar webpage --- src/home.ts | 2 +- test/index.html | 71 +++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 72 insertions(+), 1 deletion(-) create mode 100644 test/index.html diff --git a/src/home.ts b/src/home.ts index 2db933e..42a39ee 100644 --- a/src/home.ts +++ b/src/home.ts @@ -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; diff --git a/test/index.html b/test/index.html new file mode 100644 index 0000000..1861ea3 --- /dev/null +++ b/test/index.html @@ -0,0 +1,71 @@ + + + + + + + + DevStar Home + + + + + + + + + \ No newline at end of file