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

Auto install sqls #29

Closed senkenn closed 7 months ago

senkenn commented 7 months ago

This pull request adds the functionality to automatically install sqls if it is not found in the PATH. It also includes a test to check if sqls is in the PATH. This resolves issue #9.