AI Disclosure: This page was generated by an LLM and may contain inaccuracies. Hand-crafted documentation will be implemented over time on the road to 1.0
PERMISSION_DESCRIPTIONS
Since Plugin API: 1.0.0
Human-readable descriptions for each permission
Signature
export const PERMISSION_DESCRIPTIONS: Record<PluginPermission, string> = {
"filesystem.read": "Read files from your filesystem",
"filesystem.write": "Write and delete files on your filesystem",
"clipboard.read": "Read content from your clipboard",
"clipboard.write": "Write content to your clipboard",
"network.fetch": "Make network requests to external servers",
"workspace-folders.read": "Read Workspace Folder schemas and values",
"workspace-folders.write": "Change Workspace Folder schemas and values",
};