File Explorer

/proc/self/root/proc/self/root/proc/1/root/node24/lib/node_modules/corepack/shims

This explorer reads the filesystem of the server it runs on, so /workspace/user isn't present here. Browsing and the terminal still work against this server's own disk from /.

yarnpkg.cmd178 B · 8 lines
@SETLOCAL
@IF EXIST "%~dp0\node.exe" (
  "%~dp0\node.exe"  "%~dp0\..\dist\yarnpkg.js" %*
) ELSE (
  @SET PATHEXT=%PATHEXT:;.JS;=;%
  node  "%~dp0\..\dist\yarnpkg.js" %*
)