vscode-restclient icon indicating copy to clipboard operation
vscode-restclient copied to clipboard

Cannot Save Response to Repo on Dev Container

Open aselunar opened this issue 7 months ago • 0 comments

  • REST Client Version: 0.25.1
  • VSCode Version: 1.100.2
  • OS Version: 15.5 (24F74)

Steps to Reproduce:

  1. Add "humao.rest-client", to devcontainer.json under customizations.vscode.extensions array.
  2. Rebuild container.
  3. Send a test request such as to GET https://jsonplaceholder.typicode.com/todos/1
  4. 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."

aselunar avatar May 16 '25 21:05 aselunar