MATLAB-extension-for-vscode
MATLAB-extension-for-vscode copied to clipboard
Using `[\b – ]\b` couple in `fprintf()`
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:
Output in MATLAB:
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.