Skip to content

Commit

Permalink
feat(wireshark profiles): allow to provide wireshark profiles via 'vs…
Browse files Browse the repository at this point in the history
…c-webshark.sharkdProfile'
  • Loading branch information
Jan Schaeferling committed Nov 6, 2023
1 parent 622bbcc commit 7769c2a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"supported": "limited",
"description": "Configuration settings for external tools should come from a trusted workspace only. Same for events where a calculation function can be specified.",
"restrictedConfigurations": [
"vsc-webshark.wiresharkProfile",
"vsc-webshark.sharkdFullPath",
"vsc-webshark.tsharkFullPath",
"vsc-webshark.mergecapFullPath",
Expand Down Expand Up @@ -133,6 +134,11 @@
"%L": 82
}
},
"vsc-webshark.wiresharkProfile": {
"type": "string",
"default": null,
"description": "Name of the (installed) wireshark profile to be used"
},
"vsc-webshark.sharkdFullPath": {
"type": "string",
"default": "sharkd",
Expand Down

0 comments on commit 7769c2a

Please sign in to comment.