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

Initial support for TLAPS. #306

Closed
wants to merge 1 commit into from
Closed

Conversation

kape1395
Copy link
Collaborator

That's a draft. The code is there, but it fails to start. I'm out of ideas for fixing this. The plugin fails now with

Activating extension 'alygin.vscode-tlaplus' failed: The language client requires VS Code version ^1.82.0 but received version 1.83.1.

The same language client ("vscode-languageclient": "=9.0.0") works in https://github.com/kape1395/tlapm/tree/lsp/lsp/test/tlapm-lsp-test, but here it fails to start. My local vscode version is 1.83.1. It should match the ^1.82.0 pattern but fails to do that. I fixed the exact version to match the one I used for the LSP tests, but that doesn't help.

You can test it by changing the setting tlaplus.tlaps.enabled to true. The tlapm is not even needed, as the failure happens before trying to call it. @lemmy , any ideas would be appreciated.

@lemmy
Copy link
Member

lemmy commented Oct 12, 2023

@afonsonf I believe this question is more up your alley?!

@afonsonf
Copy link
Collaborator

I will take a look

package.json Show resolved Hide resolved
@kape1395 kape1395 closed this Oct 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants