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

Fix webpack for positron-python by reverting LSP dependency changes #2711

Merged
merged 1 commit into from
Apr 9, 2024

Conversation

petetronic
Copy link
Collaborator

Rolling back to the prior versions of the LSP dependencies for positron-python to fix the build. This avoids the minimatch version mismatch for now.

Pinning these dependencies to the current tagged defaults, avoiding the "-next" candidates until the minimatch issue is resolved.

        "vscode-jsonrpc": "8.2.0",
        "vscode-languageclient": "9.0.1",
        "vscode-languageserver-protocol": "3.17.5",

Rolling back to the prior versions of the LSP dependencies for
positron-python to fix the build. This avoids the minimatch
version mismatch for now.

Pinning these dependencies to the current tagged defaults, avoiding
the "-next" candidates until the minimatch issue is resolved.
```
        "vscode-jsonrpc": "8.2.0",
        "vscode-languageclient": "9.0.1",
        "vscode-languageserver-protocol": "3.17.5",
```
Copy link
Contributor

@jonvanausdeln jonvanausdeln left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Linux build seemed to work as expected, so I have not objections.

LGTM!

@petetronic petetronic merged commit e6f19cb into main Apr 9, 2024
25 checks passed
@petetronic petetronic deleted the fix/build-python branch April 9, 2024 21:21
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