Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Attempts of SQLTools to install npm and node cause trouble #1114

Open
2 of 5 tasks
martin2384798 opened this issue Feb 28, 2023 · 2 comments
Open
2 of 5 tasks

Attempts of SQLTools to install npm and node cause trouble #1114

martin2384798 opened this issue Feb 28, 2023 · 2 comments

Comments

@martin2384798
Copy link

Describe the bug
I tried SQLite in SQLtools and found it needs npm and node installed, and keep trying to install them. I don't want to install them so I decided not to use SQLite in SQLtools. However, even if I remove SQLTools SQLite Driver extension or reinstall SQLTools, it just keep trying to install npm and node.
How can I get rid of these?

To Reproduce
Steps to reproduce the behavior:

  1. Install SQLTools and SQLite Driver
  2. Try to connect to some SQLite database without installing npm and node:
  3. The connection won't be successful, but the attempt to make it work would continue...

Expected behavior
Get rid of attempts of SQLTools to install npm and node if one decided not to use SQLite in SQLTools.

Screenshots
image

Desktop (please complete the following information):

  • SQLTools Version: 0.27.1
  • VS Code Version: 1.75.1
  • OS: Windows+WSL2 & Ubuntu
  • Driver:
    • PostgreSQL/Redshift
    • MySQL/MariaDB
    • MSSQL/Azure
    • SQLite
    • Other? Which...
  • Database version: none

Additional context

@gjsjohnmurray
Copy link
Collaborator

Please try changing the sqltools.useNodeRuntime setting to false

@gjsjohnmurray gjsjohnmurray added needs more info Awaiting response from reporter and removed triage labels Mar 3, 2023
@martin2384798
Copy link
Author

Please try changing the sqltools.useNodeRuntime setting to false

l tried multiple times but it won't have effect after reload VSCode window or restart VSCode. Also tried changing "sqltools.disableNodeDetectNotifications":true, didn't do any good either. It seems only to disappear after a system reboot.

@gjsjohnmurray gjsjohnmurray removed the needs more info Awaiting response from reporter label Mar 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants