diff --git a/package.json b/package.json index 9ef9b5d..e644706 100644 --- a/package.json +++ b/package.json @@ -1348,7 +1348,18 @@ "type": "boolean", "scope": "resource", "default": false, - "description": "%Automatically open Results on creation%" + "description": "%Automatically open Workunits on creation%" + }, + "ecl.WUShowResults": { + "type": "string", + "scope": "resource", + "enum": [ + "internal", + "external", + "disabled" + ], + "default": "internal", + "description": "%Show results after submitting a workunit%" }, "ecl.forceProxySupport": { "type": "boolean",