Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: apply properties by setconf before load files #52

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

feilongfl
Copy link

@feilongfl feilongfl commented Nov 11, 2024

Load sharkd config by setconf from vsc-webshark.sharkdConfigurations when open webshharkview. This feature can be used to set the protocol.
For example, you can enable usbip protocol by:

"vsc-webshark.sharkdConfigurations": [
        {
            "name": "usbip.tcp.port",
            "value": 3240
        }
    ],

image

@feilongfl feilongfl force-pushed the master branch 3 times, most recently from f835e3f to 5be0eba Compare November 11, 2024 11:33
Load sharkd config from `vsc-webshark.sharkdconf` when open webshharkview.
This feature can be used to set the protocol.
For example, you can enable usbip protocol by:
``` json
"vsc-webshark.sharkdConfigurations": [
        {
            "name": "usbip.tcp.port",
            "value": 3240
        }
    ],
```
@feilongfl feilongfl marked this pull request as draft November 11, 2024 11:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant