Skip to content

Commit 3f426b2

Browse files
committed
Minor edit when installing a VSCode extension
1 parent 548ffd7 commit 3f426b2

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
@@ -143,6 +143,7 @@ export function promptForMissingTool(tool: string, msg: string, toolType: string
143143

144144
case 'VSExt':
145145
logger.logInfo(`Installing VS Marketplace Extension with id: ${tool}`);
146+
vscode.commands.executeCommand('extension.open', tool);
146147
vscode.commands.executeCommand('workbench.extensions.installExtension', tool);
147148
logger.logInfo(`Extension ${tool} successfully installed`);
148149
break;

0 commit comments

Comments
 (0)