mirror of
https://github.com/microsoft/vscode.git
synced 2026-09-14 23:30:23 +01:00
* fetcherService: change `FetchOptions#json` to be `unknown` instead of `any` and document it * completionsFetchService: don't use `any` * completionsFetchService: less logic within service try reducing logic such that the service's easier to evolve * completionsFetchService: refactor: cleanup * address comments * fix ci