Skip to content

SQLite 3 installation error message post-deployment #1757

Open
@damms005

Description

@damms005

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:

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?

Steps to Reproduce

  1. Download the extension from the marketplace
  2. Install a new Laravel appliation
  3. Open the Laravel application codebase on a Mac OS machine
  4. Open the extension view
  5. See the error

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @damms005

        Issue actions

          SQLite 3 installation error message post-deployment · Issue #1757 · TryGhost/node-sqlite3