live-share
live-share copied to clipboard
Ability to set default permissions / settings for sessions
Ability to set default permissions when opening a new session or when inviting specific contact.
- None/Read/Write on all terminals
- Share specific ports
Could perhaps be configured per session as a named session or per contact.
settings.json example
"liveshare.defaultPermissions": [
{
"terminals": "write", // "enum[none, read, write]"
"ports": [3001] // "array of open ports"
}
]
or per contact:
"liveshare.defaultPermissions": [
{
"githubusername": {
"terminals": "write",
"ports": [3001]
},
"[email protected]": {
"terminals": "read",
},
"default": {
"terminals": "read",
"ports": []
}
}
]
Any updates on if this is to be implemented? @alyssajotice :)
Hey @joelmagner, I'm not sure. @fubaduba, do we have plans for this?
This issue has been automatically marked as stale because it has not had recent activity. It will be closed automatically in 2 days.
Bump
We’re not able to prioritize this issue over the other higher-impact issues we receive every week, based on the votes and comments from others in the community and our understanding of the issue. However, rest assured that we love your input. If you feel it deserves to stay open, then clarify your use case and contact us to let us know how severe it is for you.