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

http header and content-type completion is broken since v6.1.0 #223

Closed bigsan closed 9 months ago

bigsan commented 9 months ago

Because of the completion items in src/provider/httpCompletionItemProvider.ts were removed, instead it tries to load from plugins/http/completionItemProvider.ts in httpyac modules which was not imported anywhere in that module.

The index.ts under http, eventsource and websocket plugins in httypyac module didn't contain import "./completionItemProvider", which causes this problem.

I don't know if that was intentional or a bug, hope this can be fixed soon 😀.

AnWeber commented 9 months ago

@bigsan I haven't fully understood what's broken. You have a commit for me because you seem to have already identified the code.

Well, maybe I’ve already understood it. yes, it seems to be an issue.

AnWeber commented 9 months ago

fixed. with v6.6.7