openlawlibrary / pygls

A pythonic generic language server
https://pygls.readthedocs.io/en/latest/
Apache License 2.0
568 stars 103 forks source link

add instructions to README for using text files with vscode-playground #366

Closed RossBencina closed 11 months ago

tombh commented 1 year ago

Thank you. This just needs the commit message to be updated, see the CI report here. Basically something like: docs: using text files with vscode-playground

Edit: also needs a rebase of main to get the latest changes

RossBencina commented 11 months ago

@tombh done.

dhruvmanila commented 11 months ago

Not sure if this can be added in this PR itself but for inlay_hints.py server, we need the notebook document selector as well:

"pygls.client.documentSelector": [
    {
        "notebook": "*",
        "language": "python"
    }
]
RossBencina commented 11 months ago

This is just a fix for the README let's leave it at that.

alcarney commented 11 months ago

Thanks!