Files
sqltoolsservice/test/Microsoft.SqlTools.ServiceLayer.UnitTests
Kevin Cunnane 81d031d5eb LanguageService must send result or intellisense hangs (#395)
* LanguageService must send result or intellisense hangs
- Unless the language services methods return results for requests, the VSCode language service protocol will never send a response up to its higher-level code. This means with intellisense off, it appears to hang instead of saying "No results found". This is clearly sub-optimal and if any other extension wants to provide SQL suggestions, it would break them from sending results
- Minor refactor to fully remove Instance-field references in the code
2017-06-23 13:36:43 -07:00
..
2017-06-22 09:20:58 -07:00
2017-03-02 13:00:31 -08:00
2017-06-12 11:02:57 -07:00