• M
    Temp fix for go to definition not working · ebe9ea85
    Matt Bierner 提交于
    Fixes #63448
    
    **Bug**
    go to definition and go to declaration both were registered with the `editor.action.goToRealDeclaration`  command id.
    
    **Fix**
    Use temporary new command id to avoid this. We should change the id to something better.
    ebe9ea85
goToDefinitionCommands.ts 16.5 KB