|
318 | 318 | "const": "deny-confirm", |
319 | 319 | "markdownDescription": "Denies the confirm command without any pre-configured scope." |
320 | 320 | }, |
| 321 | + { |
| 322 | + "description": "Enables the destroy_path command without any pre-configured scope.", |
| 323 | + "type": "string", |
| 324 | + "const": "allow-destroy-path", |
| 325 | + "markdownDescription": "Enables the destroy_path command without any pre-configured scope." |
| 326 | + }, |
| 327 | + { |
| 328 | + "description": "Denies the destroy_path command without any pre-configured scope.", |
| 329 | + "type": "string", |
| 330 | + "const": "deny-destroy-path", |
| 331 | + "markdownDescription": "Denies the destroy_path command without any pre-configured scope." |
| 332 | + }, |
321 | 333 | { |
322 | 334 | "description": "Enables the message command without any pre-configured scope.", |
323 | 335 | "type": "string", |
|
355 | 367 | "markdownDescription": "Denies the save command without any pre-configured scope." |
356 | 368 | }, |
357 | 369 | { |
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`", |
| 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-destroy-path`", |
371 | 371 | "type": "string", |
372 | 372 | "const": "default", |
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`" |
| 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-destroy-path`" |
374 | 374 | } |
375 | 375 | ] |
376 | 376 | } |
|
0 commit comments