yy0931 / sqlite3-editor

https://marketplace.visualstudio.com/items?itemName=yy0931.vscode-sqlite3-editor
GNU General Public License v3.0
1k stars 7 forks source link

issue #68

Open TheOneAndOnlySpecial opened 3 weeks ago

TheOneAndOnlySpecial commented 3 weeks ago

Failed to spawn a process. Please try reinstalling the extension and reopening the VSCode window. If the error persists, please report it on the GitHub repository. Error: spawn UNKNOWN errno: -4094

ive tried all the things it has suggested, but it still doesnt work

yy0931 commented 3 weeks ago

Error -4094 is likely to be the 'unknown' error defined in libuv at https://github.com/libuv/libuv/blob/d4ab6fbba4669935a6bc23645372dfe4ac29ab39/include/uv/errno.h#L33, which is called by Node.js. So it's a catch-all error, and I have no idea what the cause is. Does your environment have specific characteristics, such as running VSCode in a virtual machine, using a network file system, or using antivirus software?