We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ee7f54 commit 68781aeCopy full SHA for 68781ae
editors/code/src/commands.ts
@@ -878,7 +878,7 @@ export function addProject(ctx: CtxInit): Cmd {
878
}
879
880
const command = `${extensionName}.discoverWorkspaceCommand`;
881
- const project = await vscode.commands.executeCommand(command);
+ const project: JsonProject = await vscode.commands.executeCommand(command);
882
883
ctx.addToDiscoveredWorkspaces([project]);
884
0 commit comments