You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adds support for the Pyright language server based on a fork with
browser support. This PR uses a build from
https://github.com/microbit-matt-hillsdon/pyright/tree/background-worker
as of 03d67527beb5c8e9ede2e9baa7bab83ed481237f.
Key limitations:
- We might consider some more student focussed error messages for
common scenarios.
- We might like to add hover, signature help, documentation for
completions and other features that require more language server
integration.
See #240, #239
Copy file name to clipboardExpand all lines: README.md
+2
Original file line number
Diff line number
Diff line change
@@ -86,6 +86,8 @@ This software is under the MIT open source license.
86
86
87
87
Binaries for MicroPython are included for micro:bit V1 ([license](https://github.com/bbcmicrobit/micropython/blob/master/LICENSE)) and micro:bit V2 ([license](https://github.com/microbit-foundation/micropython-microbit-v2/blob/master/LICENSE)). Both are MIT licensed.
0 commit comments