feat(cli): update template with permissions and capabilities#8666
Conversation
| "window:default", | ||
| "webview:default", | ||
| "app:default", | ||
| "resources:default", |
There was a problem hiding this comment.
do we want to enable this by default? or better can menu:default and tray:default include this permission? because resources is kinda internal and users should not need to deal with it.
There was a problem hiding this comment.
right now there's no way for a plugin to enable commands on other plugins.. but we can adapt core to ignore permission checks for the resources plugin worst case
There was a problem hiding this comment.
is that for a security reason or just not implemented?
There was a problem hiding this comment.
doesn't make much sense really.. but i can include a set of permissions that are enabled by default
There was a problem hiding this comment.
we can include all core plugin default permissions automatically.. then the user can deny the functions he doesn't want.. what do you think @chippers
No description provided.