Michele Sorcinelli
Michele Sorcinelli
~~Well, I think neovim parses the markdown, but maybe it doesn't understand `\\`? What does `\\` translate to? It seems to just translate to literal `\` anyway? Why would VSC...
> I think neovim parses the markdown Well not really, it just provides syntax highlighting and some degree of conceiving (eg. `**bold**` will be just **bold**) just like when you...
> this mentions that "two spaces" might work as well That would look better in the case markdown is not fully rendered.
I'm not sure I follow: I thought this was an issue in the pyright language server? How is it fixed there? There's nothing in the changelog about this issue.
Why is this issue closed? History across different sessions is still unavailable.
https://github.com/ipython/ipython/issues/682
Maybe the history support should be implemented in IPython or pdb.
However, seems that using ipdb with IPython 5.0.0 doesn't show the history at all, while using it with previous versions will show the IPython history.
The history for the current session is stored in `p.shell.debugger_history.strings`, where `p` is the debugger instance (that is created with `_init_pdb()`). However... even if the history can be easily loaded...
@gotcha: sorry for all this mess... I added the Fix tag on the commit message while experimenting and it generated an event for every commit amend. However, I sent you...