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/dialog/permissions/schemas/schema.json
+14-2Lines changed: 14 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -355,10 +355,22 @@
355
355
"markdownDescription": "Denies the save command without any pre-configured scope."
356
356
},
357
357
{
358
-
"description": "This permission set configures the types of dialogs\navailable from the dialog plugin.\n\n#### Granted Permissions\n\nAll dialog types are enabled.\n\n\n\n#### This default permission set includes:\n\n- `allow-ask`\n- `allow-confirm`\n- `allow-message`\n- `allow-save`\n- `allow-open`",
358
+
"description": "Enables the stop_accessing_path command without any pre-configured scope.",
359
+
"type": "string",
360
+
"const": "allow-stop-accessing-path",
361
+
"markdownDescription": "Enables the stop_accessing_path command without any pre-configured scope."
362
+
},
363
+
{
364
+
"description": "Denies the stop_accessing_path command without any pre-configured scope.",
365
+
"type": "string",
366
+
"const": "deny-stop-accessing-path",
367
+
"markdownDescription": "Denies the stop_accessing_path command without any pre-configured scope."
368
+
},
369
+
{
370
+
"description": "This permission set configures the types of dialogs\navailable from the dialog plugin.\n\n#### Granted Permissions\n\nAll dialog types are enabled.\n\n\n\n#### This default permission set includes:\n\n- `allow-ask`\n- `allow-confirm`\n- `allow-message`\n- `allow-save`\n- `allow-open`\n- `allow-stop-accessing-path`",
359
371
"type": "string",
360
372
"const": "default",
361
-
"markdownDescription": "This permission set configures the types of dialogs\navailable from the dialog plugin.\n\n#### Granted Permissions\n\nAll dialog types are enabled.\n\n\n\n#### This default permission set includes:\n\n- `allow-ask`\n- `allow-confirm`\n- `allow-message`\n- `allow-save`\n- `allow-open`"
373
+
"markdownDescription": "This permission set configures the types of dialogs\navailable from the dialog plugin.\n\n#### Granted Permissions\n\nAll dialog types are enabled.\n\n\n\n#### This default permission set includes:\n\n- `allow-ask`\n- `allow-confirm`\n- `allow-message`\n- `allow-save`\n- `allow-open`\n- `allow-stop-accessing-path`"
0 commit comments