diff --git a/package.json b/package.json index 4525587d..346c455d 100644 --- a/package.json +++ b/package.json @@ -114,6 +114,16 @@ "type": "boolean", "default": true, "description": "Show warnings." + }, + "rust.workspace_mode": { + "type": "boolean", + "default": false, + "description": "EXPERIMENTAL: Enable workspace support and analyze every package in it." + }, + "rust.analyze_package": { + "type": ["string", "null"], + "default": null, + "description": "if `rust.workspace_mode` is enabled, only the specified package in the workspace will be analyzed." } } }