Skip to content

Commit 94c2451

Browse files
authored
Update VS Code ext docs settings reference (srl-labs#2499)
Update settings reference
1 parent 8debfc0 commit 94c2451

File tree

1 file changed

+55
-1
lines changed

1 file changed

+55
-1
lines changed

docs/manual/vsc-extension.md

Lines changed: 55 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ The default username used to connect to a node via SSH.
312312

313313
### `containerlab.sudoEnabledByDefault`
314314

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.
316316

317317
| Type | Default |
318318
| --------- | ------- |
@@ -351,3 +351,57 @@ By default this setting is empty, it should be used to override the [default map
351351
```
352352

353353
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`.
360+
361+
| Type | Default |
362+
| -------- | ---------------------------------------------- |
363+
| `string` | `/mnt/c/Program Files/Wireshark/wireshark.exe` |
364+
365+
### `containerlab.remote.hostname`
366+
367+
An override to set the target hostname or IP address of the system.
368+
369+
This is useful in cases where you need to change the hostname used to initiate packet capture. For example using `127.0.0.1` instead of `localhost`.
370+
371+
| Type | Default |
372+
| -------- | ----------- |
373+
| `string` | `undefined` |
374+
375+
### `containerlab.drawioDefaultTheme`
376+
377+
The default theme to be used for the draw.io graph functions. Options are:
378+
379+
- `nokia_modern`
380+
- `nokia`
381+
- `grafana`
382+
383+
| Type | Default |
384+
| -------- | -------------- |
385+
| `string` | `nokia_modern` |
386+
387+
### `containerlab.runtime`
388+
389+
Used to set the runtime that containerlab is using in the system. Options are:
390+
391+
- `docker`
392+
- `podman`
393+
- `ignite`
394+
395+
It is not recommended to change this unless you know what you are doing.
396+
397+
| Type | Default |
398+
| -------- | -------- |
399+
| `string` | `docker` |
400+
401+
### `containerlab.skipCleanupWarning`
402+
403+
Whether to hide the confirmation message when doing a cleanup operation on your lab.
404+
405+
| Type | Default |
406+
| --------- | ------- |
407+
| `boolean` | `false` |

0 commit comments

Comments
 (0)