Skip to content

Ensure Julia environment is set before julia-lsp is run#674

Open
blegat wants to merge 1 commit into
mason-org:mainfrom
blegat:julia_cmd
Open

Ensure Julia environment is set before julia-lsp is run#674
blegat wants to merge 1 commit into
mason-org:mainfrom
blegat:julia_cmd

Conversation

@blegat
Copy link
Copy Markdown

@blegat blegat commented May 14, 2026

The cmd is run before before_init which is an issue since it needs the environment set by before_init. As suggested by @danielwe in #582, this PR fixes it by turning cmd into a function.

Closes #582

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.

before_init is too late to change cmd => Julia LS won't start

1 participant