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
functionisDirectoryAvailable(directoryPath: string): Error|null{try{fs.accessSync(directoryPath,fs.constants.F_OK);returnnull;// Directory exists}catch(error){returnerror;// Return the error object}}
to #401 and have a "combined" PR for these issues (this would also go to mibase and be called directly after checking the debugger - as the ChildProcess.spawn is used in every case and that takes the cwd.
...hm but the ssh one - did I miss that case when checking for the debugger and should extra handle that for both checks?
Currently we land in:
code-debug/src/mibase.ts
Line 168 in 26d7d9f
I guess there is an option to check
cwd
in both "local" and "remote" case.Output of the debugging console:
The text was updated successfully, but these errors were encountered: