refactor: rename the project as devstar
This commit is contained in:
@@ -2,7 +2,7 @@ import * as vscode from 'vscode';
|
||||
import RemoteContainer from './remote-container';
|
||||
import fetch from './fetch'
|
||||
|
||||
export default class SIHome {
|
||||
export default class DSHome {
|
||||
private context: vscode.ExtensionContext;
|
||||
private remoteContainer: RemoteContainer;
|
||||
static defaultUrl = 'http://localhost:8080/tmp/index.html';
|
||||
@@ -12,7 +12,7 @@ export default class SIHome {
|
||||
this.remoteContainer = new RemoteContainer()
|
||||
}
|
||||
|
||||
async toggle(url: string = SIHome.defaultUrl) {
|
||||
async toggle(url: string = DSHome.defaultUrl) {
|
||||
console.log(url);
|
||||
const panel = vscode.window.createWebviewPanel(
|
||||
'myWebview',
|
||||
|
Reference in New Issue
Block a user