You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the latest builtin version 1.44.2, I see the following error on the console.log when working with typescript file:
Invalid Completion Item -> must be single line and on the same line
root ERROR [hosted-plugin: 4343] Invalid Completion Item -> must be single line and on the same line
Steps to Reproduce:
Open a type script file
Type "this."
--> The auto-suggestion should show suggestions other than the data already in the file, no typescript suggestions and an error is reported on the console
The text was updated successfully, but these errors were encountered:
lmcbout
changed the title
Noi Typescript suggestions fior Typescript files when using builtin version 1.44.2
No Typescript suggestions for Typescript files when using builtin version 1.44.2
May 13, 2020
Also don't send:
- duplicate ranges on provide completions
- entire completion back and forth on resolve completion
Signed-off-by: Anton Kosyakov <anton.kosyakov@typefox.io>
Also don't send:
- duplicate ranges on provide completions
- entire completion back and forth on resolve completion
Signed-off-by: Anton Kosyakov <anton.kosyakov@typefox.io>
Also don't send:
- duplicate ranges on provide completions
- entire completion back and forth on resolve completion
Signed-off-by: Anton Kosyakov <anton.kosyakov@typefox.io>
Bug Description:
With the latest builtin version 1.44.2, I see the following error on the console.log when working with typescript file:
Steps to Reproduce:
--> The auto-suggestion should show suggestions other than the data already in the file, no typescript suggestions and an error is reported on the console
Additional Information
The text was updated successfully, but these errors were encountered: