• M
    Allow Code Lenses to Provide only a Title · a0cb4324
    Matt Bierner 提交于
    Fixes #24209
    
    **Bug**
    Currently, for the js/ts references code lens, even if there are zero references you can click on the lens. This display an empty peek view
    
    **Fix**
    Allow code lenses to only register a title for the lens with no actual backing command
    a0cb4324
extHostCommands.ts 6.5 KB