Closed gjsjohnmurray closed 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.
sqltools.useNodeRuntime
false
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
tofalse
. It will be published as a 0.25.1 recovery release ASAP.