Commit 9c0af35
authored
Let pylance use SharedArrayBuffer cancellation in the browser (#21482)
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.1 parent c1ff6c3 commit 9c0af35
3 files changed
Lines changed: 60 additions & 66 deletions
File tree
- src/client/activation/node
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2008 | 2008 | | |
2009 | 2009 | | |
2010 | 2010 | | |
2011 | | - | |
2012 | | - | |
2013 | | - | |
| 2011 | + | |
| 2012 | + | |
| 2013 | + | |
2014 | 2014 | | |
2015 | 2015 | | |
2016 | 2016 | | |
| |||
2038 | 2038 | | |
2039 | 2039 | | |
2040 | 2040 | | |
2041 | | - | |
2042 | 2041 | | |
2043 | 2042 | | |
2044 | 2043 | | |
2045 | 2044 | | |
2046 | 2045 | | |
2047 | 2046 | | |
| 2047 | + | |
2048 | 2048 | | |
2049 | 2049 | | |
2050 | 2050 | | |
| |||
2097 | 2097 | | |
2098 | 2098 | | |
2099 | 2099 | | |
2100 | | - | |
| 2100 | + | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
120 | | - | |
| 120 | + | |
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
| |||
0 commit comments