Skip to content

Commit

Permalink
Merge pull request #390 from dehilsterlexis/ADD_DELETED_SHOW_RESULTS_…
Browse files Browse the repository at this point in the history
…SETTING

fix: restore the deleted ecl.WUShowResults setting
  • Loading branch information
GordonSmith authored Mar 1, 2024
2 parents bd3f656 + cf550b7 commit d7a8dca
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 d7a8dca

Please sign in to comment.