You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
newApiCommandResult<(modes.Location|modes.LocationLink)[],(types.Location|vscode.LocationLink)[]|undefined>('A promise that resolves to an array of Location-instances.',mapLocationOrLocationLink)
146
+
newApiCommandResult<(modes.Location|modes.LocationLink)[],(types.Location|vscode.LocationLink)[]|undefined>('A promise that resolves to an array of Location or LocationLink instances.',mapLocationOrLocationLink)
147
147
),
148
148
newApiCommand(
149
149
'vscode.executeTypeDefinitionProvider','_executeTypeDefinitionProvider','Execute all type definition providers.',
newApiCommandResult<(modes.Location|modes.LocationLink)[],(types.Location|vscode.LocationLink)[]|undefined>('A promise that resolves to an array of Location-instances.',mapLocationOrLocationLink)
151
+
newApiCommandResult<(modes.Location|modes.LocationLink)[],(types.Location|vscode.LocationLink)[]|undefined>('A promise that resolves to an array of Location or LocationLink instances.',mapLocationOrLocationLink)
152
152
),
153
153
newApiCommand(
154
154
'vscode.executeDeclarationProvider','_executeDeclarationProvider','Execute all declaration providers.',
newApiCommandResult<(modes.Location|modes.LocationLink)[],(types.Location|vscode.LocationLink)[]|undefined>('A promise that resolves to an array of Location-instances.',mapLocationOrLocationLink)
156
+
newApiCommandResult<(modes.Location|modes.LocationLink)[],(types.Location|vscode.LocationLink)[]|undefined>('A promise that resolves to an array of Location or LocationLink instances.',mapLocationOrLocationLink)
157
157
),
158
158
newApiCommand(
159
159
'vscode.executeImplementationProvider','_executeImplementationProvider','Execute all implementation providers.',
newApiCommandResult<(modes.Location|modes.LocationLink)[],(types.Location|vscode.LocationLink)[]|undefined>('A promise that resolves to an array of Location-instances.',mapLocationOrLocationLink)
161
+
newApiCommandResult<(modes.Location|modes.LocationLink)[],(types.Location|vscode.LocationLink)[]|undefined>('A promise that resolves to an array of Location or LocationLink instances.',mapLocationOrLocationLink)
162
162
),
163
163
newApiCommand(
164
164
'vscode.executeReferenceProvider','_executeReferenceProvider','Execute all reference providers.',
0 commit comments