Skip to content

[experiment] run FUSE driver and mount workspace during job setup#2

Draft
MaxHorstmann wants to merge 18 commits intomainfrom
maxhorstmann/mount-work-dir
Draft

[experiment] run FUSE driver and mount workspace during job setup#2
MaxHorstmann wants to merge 18 commits intomainfrom
maxhorstmann/mount-work-dir

Conversation

@MaxHorstmann
Copy link
Copy Markdown

wip

@MaxHorstmann MaxHorstmann changed the title [experiment] start FUSE driver after creating work dir [experiment] run FUSE driver and mount workspace during job setup Mar 4, 2026
"postCreateCommand": "dotnet restore src/Test && dotnet restore src/Runner.PluginHost",
"remoteUser": "vscode"
"remoteUser": "vscode",
"runArgs": ["--cap-add=SYS_PTRACE", "--security-opt", "seccomp=unconfined"]
Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

unrelated devcontainer fix (after actions#4277 got it running), will split off

return snapshot;
}

private async Task MountWithFuseAsync(IExecutionContext context, string mountPath)
Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant