MATLAB-extension-for-vscode icon indicating copy to clipboard operation
MATLAB-extension-for-vscode copied to clipboard

Using `[\b – ]\b` couple in `fprintf()`

Open Titas22 opened this issue 10 months ago • 1 comments

When using [\b – ]\b couple in fprintf() in VSCode there are 2 issues compared to the standard MATLAB command window:

  • output has a trailing ]
  • output is not colored

Example

fprintf('[\btest]\b\n')

Output in VSCode: image

Output in MATLAB: image

Titas22 avatar Mar 27 '24 12:03 Titas22

Thank you for reporting this issue. This is something I can reproduce and is something that we will be working on resolving in a coming release.

philipb314 avatar Mar 27 '24 13:03 philipb314