Copilot no longer gives completions in VSCode with the copliot extension. Worked fine yesterday but today there are no completions and the icon has an exclamation mark over it.
Output reads:
2024-03-12 15:43:56.786 [error] [default] Error sending telemetry FetchError: Stream closed with error code NGHTTP2_REFUSED_STREAM at fetch (/Users/pablo/.vscode/extensions/github.copilot-1.172.0/node_modules/@adobe/helix-fetch/src/fetch/index.js:99:11) at processTicksAndRejections (node:internal/process/task_queues:95:5) at cachingFetch (/Users/pablo/.vscode/extensions/github.copilot-1.172.0/node_modules/@adobe/helix-fetch/src/fetch/index.js:288:16) at Wj.fetch (/Users/pablo/.vscode/extensions/github.copilot-1.172.0/lib/src/network/helix.ts:78:22) { type: 'system', _name: 'FetchError', code: 'ERR_HTTP2_STREAM_ERROR', errno: undefined, erroredSysCall: undefined }
If I disable then re-enable or uninstall and reinstall the extension it works for a short while but quickly goes back to the error.
Googling on the subject takes me to this, https://github.com/orgs/community/discussions/55575 , which appears to have been the same problem which was fixed but is very much here.