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

Too much spaces in autocomplete #38

Open
AlexVarchuk opened this issue Sep 16, 2022 · 0 comments
Open

Too much spaces in autocomplete #38

AlexVarchuk opened this issue Sep 16, 2022 · 0 comments

Comments

@AlexVarchuk
Copy link

What happened?
When adding a new key to the operation autocompletes added too much spaces.

What should have happened instead?

Screen.Recording.2022-09-16.at.12.20.06.mov

Minimal reproducible OpenAPI snippet

  /user:
    post:
      tags:
        - user
      summary: Create user
      description: This can only be done by the logged in user.
      operationId: createUser
      responses:
        default:
          description: successful operation
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/User'
        description: Created user object
        required: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant