setWorkspaceSetting
Updates VS Code workspace or global settings using dot notation. Specify key-value pairs to modify configuration, with security settings blocked.
Instructions
Write VS Code workspace setting (dot notation e.g. editor.tabSize). security.* writes blocked.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | Setting key in dot notation (e.g. 'editor.tabSize') | |
| value | Yes | New value for the setting | |
| target | No | Which scope to write to (default: workspace) |