We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I develop and build my VS Code extension on my Linux machine.
It uses sqlite3 to connect to SQLite databases.
However, some users have this error in VS Code devtools for my extension:
Please install sqlite3 package manually
Details in this issue: damms005/devdb-vscode#35
The issue was reported by a Mac OS user. I build and deploy the code from my Linux machine.
How do I address this?
5.1.7
v20.3.0
Bundled in the extension as explained in teh steps above
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Issue Summary
I develop and build my VS Code extension on my Linux machine.
It uses sqlite3 to connect to SQLite databases.
However, some users have this error in VS Code devtools for my extension:
Details in this issue: damms005/devdb-vscode#35
The issue was reported by a Mac OS user. I build and deploy the code from my Linux machine.
How do I address this?
Steps to Reproduce
Version
5.1.7
Node.js Version
v20.3.0
How did you install the library?
Bundled in the extension as explained in teh steps above
The text was updated successfully, but these errors were encountered: