mtxr / vscode-sqltools

Database management for VSCode
https://vscode-sqltools.mteixeira.dev?utm_source=github&utm_medium=homepage-link
MIT License
1.5k stars 302 forks source link

v0.25.1 - Default `sqltools.useNodeRuntime` to `false` (#972) #973

Closed gjsjohnmurray closed 2 years ago

gjsjohnmurray commented 2 years ago

https://github.com/mtxr/vscode-sqltools/pull/957/commits/859cbd355923a83c0d05d5100fe81c6740ffaea9 which landed in the 0.25.0 release is causing the SQLTools to hang during activation on some systems (see #972 for example).

This PR returns the default value of sqltools.useNodeRuntime to false. It will be published as a 0.25.1 recovery release ASAP.