AnWeber / vscode-httpyac

Quickly and easily send REST, Soap, GraphQL, GRPC, MQTT and WebSocket requests directly within Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=anweber.vscode-httpyac
MIT License
222 stars 20 forks source link

Outline can't find symbols, if asserts are present #219

Closed bohni closed 9 months ago

bohni commented 9 months ago

Outline OK:

image

### Latest launches
GET /launches/latest

Outline broken:

image

### Latest launches
GET /launches/latest

?? status == 200

Environment: VS Code 1.82.0 httpYac v6.6.4

AnWeber commented 9 months ago

already fixed with https://github.com/AnWeber/httpyac/pull/542. but I need to release it