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

SPL2 notebooks download/use the latest SPL2 language server by default #115

Merged
merged 5 commits into from
Mar 25, 2024

Conversation

fantavlik
Copy link
Collaborator

@fantavlik fantavlik commented Mar 18, 2024

Previously we were hardcoding which version to use. Users can also opt-out of this automatic update and/or hardcode to a specific version of the SPL2 Language server if they like, new setting:
image

In order to make it clear to the user which version of the language server is being used (also helpful for debugging issues for customers) the language server version is now displayed along with the current language server status at the bottom of the SPL2 notebook window:
image

Functional test logs also confirm the latest version is discovered and used (2.0.402 at the time of this PR) by default:
image

This PR also addresses an issue some users noticed where their machine-specific installation settings (e.g. local paths to Java or the SPL2 language server) were propagating across their devices. Changing these settings to scope=machine should correctly fix those settings to a given device where VSCode is installed.

… by default.

Also scope machine-specific installation settings (e.g. local paths) to only be tracked per-machine as opposed to across all users' machines.
@fantavlik fantavlik requested a review from haariskhan902 March 25, 2024 17:44
@fantavlik fantavlik merged commit 55f6f52 into master Mar 25, 2024
6 checks passed
@fantavlik fantavlik deleted the fantavlik/download-latest-spl2 branch March 25, 2024 17:46
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