Skip to content

Commit

Permalink
fix: code action not working on *.ts
Browse files Browse the repository at this point in the history
close #1169
  • Loading branch information
johnsoncodehk committed Apr 12, 2022
1 parent 0cb4180 commit 8727630
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -43,7 +43,7 @@ export function register(context: LanguageServiceRuntimeContext) {
}
}
else {
item = await plugin.doCodeActionResolve(item);
return await plugin.doCodeActionResolve(originalItem);
}
}

Expand Down

0 comments on commit 8727630

Please sign in to comment.