You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: construct full path for workspaceLogPath instead of just filename
The workspaceLogPath was being set to just the log filename instead of the
full path, causing VS Code to fail when trying to open the log file with
'Unable to resolve nonexistent file' errors.
This fix ensures that path.join(logDir, logFileName) is used to construct
the complete file path, allowing the 'View Logs' command to work properly
when coder.proxyLogDirectory is configured.
Fixes the issue where log files like 'coder-ssh-20250716-123428-qvict-90716.log'
could not be opened because they were referenced by filename only.
Co-authored-by: ibetitsmike <[email protected]>
0 commit comments