You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/manual/vsc-extension.md
+55-1Lines changed: 55 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -312,7 +312,7 @@ The default username used to connect to a node via SSH.
312
312
313
313
### `containerlab.sudoEnabledByDefault`
314
314
315
-
Whether or not to append`sudo` to any commands executed by the extension.
315
+
Whether or not to prepend`sudo` to any commands executed by the extension.
316
316
317
317
| Type | Default |
318
318
| --------- | ------- |
@@ -351,3 +351,57 @@ By default this setting is empty, it should be used to override the [default map
351
351
```
352
352
353
353
In the settings UI, simply set the 'Item' field to the kind and the 'Value' field to `nokia_srl` and the command to `sr_cli`.
354
+
355
+
### `containerlab.wsl.wiresharkPath`
356
+
357
+
The linux path to the Wireshark executable on the Windows System.
358
+
359
+
The default Wireshark install location on Windows is `C:\Program Files\Wireshark\wireshark.exe`. This maps into a WSL/Linux path of `/mnt/c/Program Files/Wireshark/wireshark.exe`.
0 commit comments