Describe the bug
A diary is not produced when calling a function from vscode.
To Reproduce
Steps to reproduce the behavior:
function printSomething()
diary('dummy.txt');
disp('something');
diary('off');
end
Execute code via vscode
Observe that dummy.txt is generated, but not populated.
Expected behavior
The file to be populated.
Screenshots
Useful Information
- MATLAB Version: R2025b
- OS Version: Windws 11
- Language Server Client: 1.3.11
- Client Version: VSCode 1.110.0
Additional context
Describe the bug
A diary is not produced when calling a function from vscode.
To Reproduce
Steps to reproduce the behavior:
Execute code via vscode
Observe that dummy.txt is generated, but not populated.
Expected behavior
The file to be populated.
Screenshots
Useful Information
Additional context