Incorrect handling of backspace character #15963
Labels
bug
Issue identified by VS Code Team member as probable bug
notebook-output
upstream-vscode
Blocked on upstream VS code
See here jupyterlab/jupyterlab#16515
print("abc\b\b\b")
should outputabc
, currently we getab
The text was updated successfully, but these errors were encountered: