mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 11:38:51 +01:00
This commit is contained in:
@@ -323,7 +323,7 @@ const newCommands: ApiCommand[] = [
|
||||
),
|
||||
// --- inline hints
|
||||
new ApiCommand(
|
||||
'vscode.executeInlayHintProvider', '_executeInlayHintProvider', 'Execute inline hints provider',
|
||||
'vscode.executeInlayHintProvider', '_executeInlayHintProvider', 'Execute inlay hints provider',
|
||||
[ApiCommandArgument.Uri, ApiCommandArgument.Range],
|
||||
new ApiCommandResult<modes.InlayHint[], vscode.InlayHint[]>('A promise that resolves to an array of Inlay objects', result => {
|
||||
return result.map(typeConverters.InlayHint.to);
|
||||
|
||||
Reference in New Issue
Block a user