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

display request name as response tab title #752

Open
Mr1X opened this issue Jan 18, 2021 · 3 comments
Open

display request name as response tab title #752

Mr1X opened this issue Jan 18, 2021 · 3 comments

Comments

@Mr1X
Copy link

Mr1X commented Jan 18, 2021

  • REST Client Version: v0.24.4
  • VSCode Version:1.53.0
  • OS Version:mac os 11.0.1

Steps to Reproduce:

my setting.json

  • "rest-client.requestNameAsResponseTabTitle": true,

I set it up, but it doesn't work,Response Tab Title still display Response

#400

@Huachao
Copy link
Owner

Huachao commented Jan 21, 2021

@Mr1X did you create a name for the request, which means making a request as a named request?

@gbmal-vestas
Copy link

I can confirm that creating this response in a file does not set the tab title:

###
# @name testing
GET http://example.com/Api/GetFileSet
Authorization: Bearer example.of.jwt.token

This is how it looks:
image

@1two3code
Copy link

I was having issues with this too, and in my case it was due to also using the conflicting setting "rest-client.previewResponseInUntitledDocument": true,

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

No branches or pull requests

4 participants