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.
https://marketplace.visualstudio.com/items?itemName=MathWorks.language-matlab
MIT License
215 stars 13 forks source link

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

Open Titas22 opened 3 months ago

Titas22 commented 3 months ago

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

Example

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

Output in VSCode: image

Output in MATLAB: image

philipb314 commented 3 months ago

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.