getWorkspaceSettings
Read VS Code workspace settings, filtering by section like 'editor' or 'typescript', and returning the scope of each setting.
Instructions
Read VS Code workspace settings. Filter by section (e.g. 'editor', 'typescript'). Returns source scope.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| section | No | Settings section to read (e.g. 'editor', 'typescript'). Omit for all. | |
| target | No | Which scope to read (default: workspace) |