mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-20 08:38:56 +01:00
Allow executeCodeActionProvider API command to set the number of items to resolve, unit test to check that and the whole resolve machinery
This commit is contained in:
@@ -1612,7 +1612,7 @@ export class ExtHostLanguageFeatures implements extHostProtocol.ExtHostLanguageF
|
||||
kind: x.kind.value,
|
||||
command: this._commands.converter.toInternal(x.command, store),
|
||||
}))
|
||||
}, ExtHostLanguageFeatures._extLabel(extension), Boolean(extension.enableProposedApi && provider.resolveCodeAction));
|
||||
}, ExtHostLanguageFeatures._extLabel(extension), Boolean(provider.resolveCodeAction));
|
||||
store.add(this._createDisposable(handle));
|
||||
return store;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user