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

Update to latest middleware with token edit fix #8105

Merged
merged 1 commit into from
Oct 29, 2021

Conversation

rchiodo
Copy link
Contributor

@rchiodo rchiodo commented Oct 29, 2021

Fixes #6799 (change log entry is actually already there, so no news entry)

This should fix editing of notebooks to have valid tokens. Not the ideal way to handle it, but should be quick enough with how small cells are.

The npm module was changed here:
microsoft/vscode-jupyter-lsp-middleware@883ee82

So that token edits are changed into token range requests. Token edits are theoretically faster, but pylance doesn't seem to have a problem with a new range request every time.

@rchiodo rchiodo requested a review from a team as a code owner October 29, 2021 20:54
@rchiodo rchiodo merged commit ff003a3 into main Oct 29, 2021
@rchiodo rchiodo deleted the rchiodo/fix_token_edits branch October 29, 2021 21:31
rchiodo added a commit that referenced this pull request Nov 1, 2021
* Support dispatch for release build

* Typo

* Update to latest middleware with token edit fix (#8105)
rchiodo added a commit that referenced this pull request Nov 4, 2021
* Support dispatch for release build

* Typo

* Update to latest middleware with token edit fix (#8105)
rchiodo added a commit that referenced this pull request Nov 5, 2021
* Rchiodo/fix build vsix (#8118)

* Support dispatch for release build

* Typo

* Update to latest middleware with token edit fix (#8105)

* Lot and check if we fail to get activated env variables (#8142)

* Update for post release

* Bump version number

* Update package-lock.json

* Fix merge error

Co-authored-by: Don Jayamanne <don.jayamanne@outlook.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants