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

Let pylance use SharedArrayBuffer cancellation in the browser #21482

Merged
merged 3 commits into from
Jun 26, 2023

Conversation

rchiodo
Copy link

@rchiodo rchiodo commented Jun 23, 2023

Dirk implemented a new cancellation method for the browser in the LSP library. About 6 months ago.

We use this in the browser to provide cancellation.

Since we moved creation of the pylance language client to Python, this is picking up the LSP library currently in the Python extension and it was before this change by Dirk.

This change moves the LSP library up to the latest.

@rchiodo rchiodo added the skip tests Updates to tests unnecessary label Jun 23, 2023
@rchiodo rchiodo added the bug Issue identified by VS Code Team member as probable bug label Jun 23, 2023
@rchiodo rchiodo merged commit 9c0af35 into microsoft:main Jun 26, 2023
@rchiodo rchiodo deleted the rchiodo/update_lsp_client branch June 26, 2023 16:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issue identified by VS Code Team member as probable bug skip tests Updates to tests unnecessary
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants