Closed 3timeslazy closed 3 months ago
DevContainer specification says that workspaceMount and workspaceFolder must be set together. While the VS Code Extension works fine without workspaceFolder , it's not the case for DevPod. That PR fixes that.
workspaceMount
workspaceFolder
Thanks! Respect for using Podman too :)
DevContainer specification says that
workspaceMount
andworkspaceFolder
must be set together. While the VS Code Extension works fine withoutworkspaceFolder
, it's not the case for DevPod. That PR fixes that.