fix windows os identifier to match new release binary scheme#17
Open
Marc-4 wants to merge 1 commit intoLoamStudios:mainfrom
Open
fix windows os identifier to match new release binary scheme#17Marc-4 wants to merge 1 commit intoLoamStudios:mainfrom
Marc-4 wants to merge 1 commit intoLoamStudios:mainfrom
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
https://github.com/supabase-community/postgres-language-server/releases/tag/0.20.0
starting from 0.20.0 it looks like the postgres-language-server devs added a .exe file extension all the windows release binaries, causing the extension to throw an error:
from extension "Postgres Language Server" version 0.0.1: no asset found matching "postgrestools_x86_64-pc-windows-msvc"tested this change on my zed install on windows as a dev extension and works fine now.