Every resolved path here is in the filesystem's native form and can be handed to a spawn as is.
Containment is checked in Theia's Path form internally, but that form never leaves this service:
on Windows it renders a drive path as /c:/…, which no spawn accepts.
Every resolved path here is in the filesystem's native form and can be handed to a spawn as is. Containment is checked in Theia's
Pathform internally, but that form never leaves this service: on Windows it renders a drive path as/c:/…, which nospawnaccepts.