mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 04:44:57 +00:00
fix some more lints
This commit is contained in:
parent
1ee7f54fa6
commit
68781aeab0
1 changed files with 1 additions and 1 deletions
|
@ -878,7 +878,7 @@ export function addProject(ctx: CtxInit): Cmd {
|
|||
}
|
||||
|
||||
const command = `${extensionName}.discoverWorkspaceCommand`;
|
||||
const project = await vscode.commands.executeCommand(command);
|
||||
const project: JsonProject = await vscode.commands.executeCommand(command);
|
||||
|
||||
ctx.addToDiscoveredWorkspaces([project]);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue