mathworks / MATLAB-extension-for-vscode

This extension provides support for editing MATLAB® code in Visual Studio® Code and includes features such as syntax highlighting, code analysis, navigation support, and more.

Home Page:https://marketplace.visualstudio.com/items?itemName=MathWorks.language-matlab

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Titas22 opened this issue · 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

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.