fix a few more tags (#14648)

This commit is contained in:
Aditya Bist
2021-03-10 15:10:08 -08:00
committed by GitHub
parent e97429cb74
commit 46f805a8be
3 changed files with 5 additions and 5 deletions

View File

@@ -456,7 +456,7 @@ class CodeActionAdapter {
return undefined; // code actions only!
}
if (!this._provider.resolveCodeAction) {
return undefined; // this should not happen... {{ SQL CARBON EDIT }}
return undefined; // this should not happen... {{SQL CARBON EDIT}}
}
const resolvedItem = (await this._provider.resolveCodeAction(item, token)) ?? item;
return resolvedItem?.edit