Merge pull request #2845 from DonnieWest/fixItemDetailsOnEmptySource

Fix tsserver not returning details for items with empty source
This commit is contained in:
w0rp
2019-10-18 15:16:54 +01:00
committed by GitHub
2 changed files with 10 additions and 5 deletions

View File

@@ -190,10 +190,8 @@ Execute(The right message sent to the tsserver LSP when the first completion mes
\ 'source': '/path/to/foo.ts',
\ }, {
\ 'name': 'FooBar',
\ 'source': '',
\ }, {
\ 'name': 'frazzle',
\ 'source': '',
\ }],
\ 'offset': 1,
\ 'line': 1,