Replies: 1 comment 1 reply
-
Hey @Yahud100, with the information that this only happens in debug mode, it sounds very similar to #12733. However, It doesn't look like they're using I don't have time too look into this right now. Note that it is always difficult for us to provide support for specific third-party plugins. Feel free to debug the source of this issue and file an issue with us that could help us resolve this. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When enabling sqltools.useNodeRuntime to connect to an Oracle database using SQLTools in Theia, the application goes offline, plugins stop loading, and some features break. this is happening only in debug mode
the exact message i am getting is :
VS Code engine is not supported. You should enable 'sqltools.useNodeRuntime' and have NodeJS installed to continue.
Steps to Reproduce:
Install the SQLTools extension in Theia.
Attempt to connect to an Oracle database.
See error: "VS Code engine is not supported. Enable 'sqltools.useNodeRuntime' and install Node.js."
Enable sqltools.useNodeRuntime in settings.
Restart Theia.
Theia goes offline, and plugins/features stop working.
please provide some solution for this
Beta Was this translation helpful? Give feedback.
All reactions