mtxr / vscode-sqltools

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

Outdated Driver Extensions in OpenVSX #1046

Closed ProfessorCode212 closed 1 year ago

ProfessorCode212 commented 1 year ago

While the main extension for SQLTools is up-to-date (at v0.26.0), the drivers themselves haven't been updated in over two years there. Pretty much all of the drivers I checked are stuck at v2.0.

image

image

gjsjohnmurray commented 1 year ago

@mtxr I don't think I am yet able to publish new versions on OpenVSX. is that something you can do?

@ProfessorCode212 as a workaround please download the VSIX files from https://github.com/mtxr/vscode-sqltools/releases/tag/v0.26.0 and install them manually (e.g. by drag/drop into Extensions view).

ProfessorCode212 commented 1 year ago

@gjsjohnmurray I was already aware of the workaround. Thanks, though! :slightly_smiling_face: I do think this should automated. It would prevent it from happening in the future.

https://github.com/eclipse/openvsx/wiki/Publishing-Extensions#github-action

gjsjohnmurray commented 1 year ago

@mtxr I don't think I am yet able to publish new versions on OpenVSX. is that something you can do?

@mtxr are you able to help with this? I just closed #1091 (opened today) as a duplicate.

mtxr commented 1 year ago

Hey. I don’t recall publishing there, but I’ll confirm today

On Wed, 11 Jan 2023 at 12:54 John Murray @.***> wrote:

@mtxr https://github.com/mtxr I don't think I am yet able to publish new versions on OpenVSX. is that something you can do?

@mtxr https://github.com/mtxr are you able to help with this? I just closed #1091 https://github.com/mtxr/vscode-sqltools/issues/1091 (opened today) as a duplicate.

— Reply to this email directly, view it on GitHub https://github.com/mtxr/vscode-sqltools/issues/1046#issuecomment-1379011384, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAFMX2K2RM4VS7KQFRUH7ATWR3JUFANCNFSM6AAAAAASPB2NPY . You are receiving this because you were mentioned.Message ID: @.***>

-- Matheus https://mteixeira.dev

mtxr commented 1 year ago

@gjsjohnmurray I just added you also to open vsx. I'll update the driver versions we have there to the latest release

mtxr commented 1 year ago

completed