Skip to content
New issue

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

The "diary" command cannot output content to a specific file. #186

Open
hphuangpu opened this issue Oct 28, 2024 · 1 comment
Open

The "diary" command cannot output content to a specific file. #186

hphuangpu opened this issue Oct 28, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@hphuangpu
Copy link

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

@hphuangpu hphuangpu added the bug Something isn't working label Oct 28, 2024
@philipb314
Copy link
Member

Thank you for reporting this issue. This is something I can reproduce and is something that we hope to resolve in a future release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants