You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: plugins/updater2/permissions/schemas/schema.json
+14-2Lines changed: 14 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -343,10 +343,22 @@
343
343
"markdownDescription": "Denies the maybe_emit_updated command without any pre-configured scope."
344
344
},
345
345
{
346
-
"description": "Default permissions for the plugin\n#### This default permission set includes:\n\n- `allow-check`\n- `allow-download`\n- `allow-install`\n- `allow-maybe-emit-updated`",
346
+
"description": "Enables the postinstall command without any pre-configured scope.",
347
+
"type": "string",
348
+
"const": "allow-postinstall",
349
+
"markdownDescription": "Enables the postinstall command without any pre-configured scope."
350
+
},
351
+
{
352
+
"description": "Denies the postinstall command without any pre-configured scope.",
353
+
"type": "string",
354
+
"const": "deny-postinstall",
355
+
"markdownDescription": "Denies the postinstall command without any pre-configured scope."
356
+
},
357
+
{
358
+
"description": "Default permissions for the plugin\n#### This default permission set includes:\n\n- `allow-check`\n- `allow-download`\n- `allow-install`\n- `allow-postinstall`\n- `allow-maybe-emit-updated`",
347
359
"type": "string",
348
360
"const": "default",
349
-
"markdownDescription": "Default permissions for the plugin\n#### This default permission set includes:\n\n- `allow-check`\n- `allow-download`\n- `allow-install`\n- `allow-maybe-emit-updated`"
361
+
"markdownDescription": "Default permissions for the plugin\n#### This default permission set includes:\n\n- `allow-check`\n- `allow-download`\n- `allow-install`\n- `allow-postinstall`\n- `allow-maybe-emit-updated`"
0 commit comments