You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 😀.
The text was updated successfully, but these errors were encountered:
Because of the completion items in
src/provider/httpCompletionItemProvider.ts
were removed, instead it tries to load fromplugins/http/completionItemProvider.ts
inhttpyac
modules which was not imported anywhere in that module.The
index.ts
underhttp
,eventsource
andwebsocket
plugins inhttypyac
module didn't containimport "./completionItemProvider"
, which causes this problem.I don't know if that was intentional or a bug, hope this can be fixed soon 😀.
The text was updated successfully, but these errors were encountered: