yy0931 / sqlite3-editor

https://marketplace.visualstudio.com/items?itemName=yy0931.vscode-sqlite3-editor
GNU General Public License v3.0
838 stars 6 forks source link

Looks like the extension not available in market place for code-server #38

Closed belonesox closed 10 months ago

belonesox commented 10 months ago

Looks like the extension not available in market place for code-server: image

Declared as «Universal»: image

Tested on

code-server-4.18.0-1
code-server-4.19.1~rc.1-1

Am I do something wrong?

yy0931 commented 10 months ago

You can't find it because code-server uses Open VSX (https://coder.com/docs/code-server/latest/FAQ#why-cant-code-server-use-microsofts-extension-marketplace) instead of Microsoft's Visual Studio Marketplace for downloading extensions, and the extension is not available on Open VSX. However, you can always manually download and install the extension from the Visual Studio Marketplace (https://marketplace.visualstudio.com/items?itemName=yy0931.vscode-sqlite3-editor). Perhaps I'll consider uploading the extension to Open VSX.

image

image