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