Skip to content

Commit e2c0cd6

Browse files
committed
Minor edit when installing a VSCode extension
1 parent ed7c044 commit e2c0cd6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib/helper.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ export function promptForMissingTool(tool: string, msg: string, toolType: string
145145

146146
case 'VSExt':
147147
logger.logInfo(`Installing VS Marketplace Extension with id: ${tool}`);
148+
vscode.commands.executeCommand('extension.open', tool);
148149
vscode.commands.executeCommand('workbench.extensions.installExtension', tool);
149150
logger.logInfo(`Extension ${tool} successfully installed`);
150151
break;

0 commit comments

Comments
 (0)