We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug A clear and concise description of what the bug is.
To Reproduce % start a log file diary session_log.txt; a = 5; b = 10; c = a + b; disp(['The sum of a and b is ', num2str(c)]); % close file diary off;
Expected behavior The code works well in Matlab desktop app. But getting a blank file in VS Code.
Useful Information
版本: 1.94.2 (user setup) 提交: 384ff7382de624fb94dbaf6da11977bba1ecd427 日期: 2024-10-09T16:08:44.566Z Electron: 30.5.1 ElectronBuildId: 10262041 Chromium: 124.0.6367.243 Node.js: 20.16.0 V8: 12.4.254.20-electron.0 OS: Windows_NT x64 10.0.19045
The text was updated successfully, but these errors were encountered:
Thank you for reporting this issue. This is something I can reproduce and is something that we hope to resolve in a future release.
Sorry, something went wrong.
No branches or pull requests
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
% start a log file
diary session_log.txt;
a = 5;
b = 10;
c = a + b;
disp(['The sum of a and b is ', num2str(c)]);
% close file
diary off;
Expected behavior
The code works well in Matlab desktop app. But getting a blank file in VS Code.
Useful Information
The text was updated successfully, but these errors were encountered: