fix command title of codeLens, same as VSCode

This commit is contained in:
chemzqm 2018-11-30 12:37:28 +08:00
parent d9680b9764
commit 5d0c6830fc
2 changed files with 2 additions and 2 deletions

View file

@ -54,7 +54,7 @@ export default class TypeScriptImplementationsCodeLensProvider extends TypeScrip
}
codeLens.command = {
title: 'Could not determine implementations',
title: '0 implementations',
command: ''
}
return codeLens

View file

@ -53,7 +53,7 @@ export default class TypeScriptReferencesCodeLensProvider extends TypeScriptBase
})
.catch(() => {
codeLens.command = {
title: 'Could not determine references',
title: '0 references',
command: ''
}
return codeLens