Skip to content

Commit

Permalink
Update command name
Browse files Browse the repository at this point in the history
  • Loading branch information
priyanshu92 committed Jan 9, 2025
1 parent 9c86515 commit d49cac3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/runtime-site-preview/PreviewSite.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ export class PreviewSite {
const settings = vscode.workspace.getConfiguration('vscode-edge-devtools');
const currentDefaultUrl = await settings.get('defaultUrl');
await settings.update('defaultUrl', webSitePreviewURL);
await vscode.commands.executeCommand('vscode-edge-devtools-view.launch');
await vscode.commands.executeCommand('vscode-edge-devtools.launch');
await settings.update('defaultUrl', currentDefaultUrl);
}
);
Expand Down

0 comments on commit d49cac3

Please sign in to comment.