thunderclient / thunder-client-support

Thunder Client is a lightweight Rest API Client Extension for VS Code.
https://www.thunderclient.com
Other
3.62k stars 127 forks source link

When using inside a devcontainer, thunderclient cannot persists the existing requests list, if we rebuild the container #1577

Closed rv-nath closed 1 month ago

rv-nath commented 1 month ago

When used inside of a devcontainer, the extension cannot retain the created requests list, when we rebuild the container. As per copilot's suggestions, I have added the following settings. But still no luck.

"customizations": {
        "vscode": {
            "extensions": [
                "rangav.vscode-thunder-client",
                "Github.copilot"
            ],
            "settings": {
                "thunder-client.storagePath": "/workspace/.thunderclient"
            }
        }
    },

In spite of this, it can't retain or reload the requests data from storage.

To Reproduce

Expected behavior

We should be able to see the previously created bookmark of request. Platform:

Are you using the free version/paid version/trial:

rangav commented 1 month ago

Please use team collaboration settings https://docs.thunderclient.com/team