vscode-restclient
vscode-restclient copied to clipboard
Cannot Save Response to Repo on Dev Container
- REST Client Version: 0.25.1
- VSCode Version: 1.100.2
- OS Version: 15.5 (24F74)
Steps to Reproduce:
- Add "humao.rest-client", to devcontainer.json under customizations.vscode.extensions array.
- Rebuild container.
- Send a test request such as to GET https://jsonplaceholder.typicode.com/todos/1
- Try to save the response. Using vscode's built in save as opens nothing. Using the save buttons provided by the extension and choosing a directory local to the Folder (repo) you have open in vscode, gives an error "Failed to save latest response body to disk" or "Failed to save latest response to disk."