feat: language config for devstar home
This commit is contained in:
@@ -16,6 +16,7 @@ export class DevStarExtension {
|
||||
this.remoteContainer = new RemoteContainer(this.user);
|
||||
this.dsHome = new DSHome(context, this.user);
|
||||
|
||||
// support for open with vscode in web
|
||||
const handler = vscode.window.registerUriHandler({
|
||||
handleUri: async (uri: vscode.Uri) => {
|
||||
const devstarAPIHandler = new DevstarAPIHandler()
|
||||
|
Reference in New Issue
Block a user