Files
vscode/src/vs/workbench/contrib/debug
Alex Dima 5059232618 Fix sandbox execPath resolution for remote environments
Add execPath to IRemoteAgentEnvironment so the server sends its actual
process.execPath to the client. The sandbox service now uses this instead
of hardcoding appRoot + '/node', which only works in production builds.
2026-03-22 00:17:30 +01:00
..