File tree 1 file changed +3
-3
lines changed
src/vs/editor/contrib/gotoSymbol
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -182,7 +182,7 @@ export class DefinitionAction extends SymbolNavigationAction {
182
182
}
183
183
184
184
protected _getAlternativeCommand ( ) : string {
185
- return 'editor.action.referenceSearch.trigger ' ;
185
+ return 'editor.action.goToReferences ' ;
186
186
}
187
187
188
188
protected _getGoToPreference ( editor : IActiveCodeEditor ) : GoToLocationValues {
@@ -305,7 +305,7 @@ class DeclarationAction extends SymbolNavigationAction {
305
305
}
306
306
307
307
protected _getAlternativeCommand ( ) : string {
308
- return 'editor.action.referenceSearch.trigger ' ;
308
+ return 'editor.action.goToReferences ' ;
309
309
}
310
310
311
311
protected _getGoToPreference ( editor : IActiveCodeEditor ) : GoToLocationValues {
@@ -394,7 +394,7 @@ class TypeDefinitionAction extends SymbolNavigationAction {
394
394
}
395
395
396
396
protected _getAlternativeCommand ( ) : string {
397
- return 'editor.action.referenceSearch.trigger ' ;
397
+ return 'editor.action.goToReferences ' ;
398
398
}
399
399
400
400
protected _getGoToPreference ( editor : IActiveCodeEditor ) : GoToLocationValues {
You can’t perform that action at this time.
0 commit comments