mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-13 03:28:33 -05:00
fix a few more tags (#14648)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user