Skip to content

Commit

Permalink
fix: restore the deleted ecl.WUShowResults setting
Browse files Browse the repository at this point in the history
Signed-off-by: David de Hilster <[email protected]>
  • Loading branch information
dehilsterlexis committed Feb 29, 2024
1 parent bd3f656 commit cf550b7
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit cf550b7

Please sign in to comment.