File tree Expand file tree Collapse file tree
src/vs/editor/contrib/gotoSymbol Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -182,7 +182,7 @@ export class DefinitionAction extends SymbolNavigationAction {
182182 }
183183
184184 protected _getAlternativeCommand ( ) : string {
185- return 'editor.action.referenceSearch.trigger ' ;
185+ return 'editor.action.goToReferences ' ;
186186 }
187187
188188 protected _getGoToPreference ( editor : IActiveCodeEditor ) : GoToLocationValues {
@@ -305,7 +305,7 @@ class DeclarationAction extends SymbolNavigationAction {
305305 }
306306
307307 protected _getAlternativeCommand ( ) : string {
308- return 'editor.action.referenceSearch.trigger ' ;
308+ return 'editor.action.goToReferences ' ;
309309 }
310310
311311 protected _getGoToPreference ( editor : IActiveCodeEditor ) : GoToLocationValues {
@@ -394,7 +394,7 @@ class TypeDefinitionAction extends SymbolNavigationAction {
394394 }
395395
396396 protected _getAlternativeCommand ( ) : string {
397- return 'editor.action.referenceSearch.trigger ' ;
397+ return 'editor.action.goToReferences ' ;
398398 }
399399
400400 protected _getGoToPreference ( editor : IActiveCodeEditor ) : GoToLocationValues {
You can’t perform that action at this time.
0 commit comments