-
-
Notifications
You must be signed in to change notification settings - Fork 156
Closed
Description
In some environments (especially devcontainers), ~/.local/share does not exist.
Bug
In a devcontainer, running /root/.vscode-server/extensions/.../phpactor config:trust or using the UI of the VS Code extension fails with:
In Trust.php line 75:
Could not create directory: "/root/.local/share/phpactor"
Possible Fix
A workaround is manually creating the parent directory with mkdir -p /root/.local/share. I think phpactor should attempt to create the configuration folder recursively.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels