senkenn / sqlsurge

Visual Studio Code extension for SQL language server
https://marketplace.visualstudio.com/items?itemName=senken.sqlsurge
MIT License
18 stars 0 forks source link

Fix Opaque Error on refresh: Debug Failure #47

Closed senkenn closed 6 months ago

senkenn commented 6 months ago

Fixes issue #46

This pull request fixes the issue of an opaque error occurring on refresh in the sqlsurge extension. The error was caused by a misconfiguration in the sqls connection settings. The fix includes updating the sqlsurge version to 0.5.2 and making changes to the language service host and completion test files.

Please review and merge this pull request to resolve the issue.