From 7769c2a54ac02adbb23131cae106b709b49c276d Mon Sep 17 00:00:00 2001 From: Jan Schaeferling Date: Mon, 6 Nov 2023 08:07:38 +0100 Subject: [PATCH] feat(wireshark profiles): allow to provide wireshark profiles via 'vsc-webshark.sharkdProfile' --- package.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/package.json b/package.json index 4e214b0..1744138 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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",