Heejae Chang
Heejae Chang
I re-opened the issue and set it as enhancement. we probably want to improve line wrapping.
@jdtsmith not all markdown renderer supports all different variations of markdowns. our markdown targets one that vscode LSP client uses. it looks like the markdown renderer you used are not...
@bschnurr it looks like ``` ``` is shown as it is according to the image @jdtsmith shared. so, I am not sure the markdown renderer @jdtsmith is using even supports HTML...
but the renderer user uses doesn't even support char escaping we put for ```_```. (https://www.markdownguide.org/basic-syntax/#characters-you-can-escape) so, it might be better to just ask users to use better markdown renderer. by...
@jdtsmith its up to client (Emacs), they need to request plain text hover, not markdown hover.
@judej we should discuss whether we should consider ipynb (opened in vscode) as something affected by pyrightconfig or mspythonconfig.json
looks like there is a hidden code at the top of cells that cause # type features to not work. probably will be fixed by Erik's new LSP notebook support.
code action and command should be disabled under notebook for now. and auto-import on completion should be disabled on notebook as well. we can only enable it once we can...
@nfx we are currently experimenting with multiple approaches to provide better notebook supports in vscode. once we have something concrete, we will let you know. thank you for using Pylance!
@kavehv Can you provide us some logs as described in [the troubleshooting guide](https://github.com/microsoft/pylance-release/blob/main/TROUBLESHOOTING.md#filing-an-issue)?