qwtel / sqlite-viewer-vscode

A quick and easy SQLite viewer for VSCode, inspired by DBBrowser for SQLite and Airtable.
https://marketplace.visualstudio.com/items?itemName=qwtel.sqlite-viewer
Other
167 stars 13 forks source link

Not Compatible with Gitpod? #36

Closed GHostload closed 3 months ago

GHostload commented 1 year ago

I'm uncertain whether this is a Gitpod-related problem or an issue with the Extension itself, but it appears that when attempting to utilize it alongside Gitpod, it fails to perform any actions.

qwtel commented 5 months ago

FWIW I have it working with v0.4.2, but the codicons stylesheet is blocked for some reason

Screenshot 2024-05-01 at 17 19 02
qwtel commented 5 months ago

GitPod appears to use the open vsx version of the extension. The open-vsx asset server can't handle the @ to %40 rewrite and responds to https://open-vsx.org/vscode/unpkg/qwtel/sqlite-viewer/0.4.2/extension/node_modules/%40vscode/codicons/dist/codicon.css with a 404.

Meanwhile MS handles it just fine https://qwtel.vscode-unpkg.net/qwtel/sqlite-viewer/0.4.2/extension/node_modules/%40vscode/codicons/dist/codicon.css

Not sure what to do about this, just leaving this here for later maybe

qwtel commented 3 months ago

Just changed the location so it wouldn't contain special chars. Working in v0.5.8 now:

Screenshot 2024-06-11 at 14 50 59