Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated release path setting #37

Merged
merged 3 commits into from
Aug 11, 2023
Merged

Updated release path setting #37

merged 3 commits into from
Aug 11, 2023

Conversation

scohen
Copy link
Contributor

@scohen scohen commented Aug 10, 2023

Prior, the release path assumed a directory and appended start_lexical.sh to it. This meant that the name of the executable was hardcoded in the extension, and that made playing around with packaging tougher. It would also mean that getting lexical to run on windows would be harder.

This PR maintains backwards compatibility with the old pattern where you can specify a directory, but also adds the ability to point to an executable file.

@scohen scohen requested a review from Blond11516 August 10, 2023 21:39
Prior, the release path assumed a directory and appended
`start_lexical.sh` to it. This meant that the name of the executable was
hardcoded in the extension, and that made playing around with packaging
tougher. It would also mean that getting lexical to run on windows would
be harder.

This PR maintains backwards compatibility with the old pattern where you
can specify a directory, but also adds the ability to point to an
executable file.
@scohen scohen force-pushed the improve-release-path branch from cd74f7a to c0d8827 Compare August 10, 2023 21:53
src/language-server.ts Outdated Show resolved Hide resolved
src/language-server.ts Outdated Show resolved Hide resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants