mtxr / vscode-sqltools

Database management for VSCode
https://vscode-sqltools.mteixeira.dev?utm_source=github&utm_medium=homepage-link
MIT License
1.43k stars 291 forks source link

sqltools redshift driver not available in extensions #1194

Closed vpfgs closed 11 months ago

vpfgs commented 11 months ago

Describe the bug The redshift driver for sqltools does not show up in vscodium marketplace when typing "ext install kj.sqltools-driver-redshift". This is official page for the driver: https://marketplace.visualstudio.com/items?itemName=kj.sqltools-driver-redshift

To Reproduce Steps to reproduce the behavior:

  1. CTR + P
  2. enter "ext install kj.sqltools-driver-redshift"
  3. Redshift driver for sqltools does not show in the marketplace options
  4. One can see the 2 other drivers (clickhouse and databricks) are listed but not Redshift (see pdf attachment) vscodium_redshift_maprketplace_issue.pdf

Expected behavior The aws redshift driver is listed as a community driver. The driver would be available for installation in the marketplace.

Desktop (please complete the following information):

Additional context I think the issue is the listing in the marketplace...

vpfgs commented 11 months ago

I forgot to specify vscodium's version: it is 1.80.1, release 23194

gjsjohnmurray commented 11 months ago

Please raise this with the author of the extension. I think vscodium uses https://open-vsx.org/ as its marketplace, so the author would need to publish it there as well.

Alternatively, download the VSIX from https://marketplace.visualstudio.com/items?itemName=kj.sqltools-driver-redshift and install it manually.