This repository was archived by the owner on Nov 12, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 78
This repository was archived by the owner on Nov 12, 2025. It is now read-only.
IntelliCode Completions not working with Python #537
Copy link
Copy link
Closed
Labels
Description
Product and Version: VSCode
OS Version: Windows
IntelliCode Extension Version: IntelliCode v1.2.30; IntelliCode Completions v1.0.22
Target Platform or Language: Python
Steps to Reproduce / Scenario:
- Install Python, IntelliCode and IntelliCode Completions.
- Create a new
.pyfile.
The console then shows the following output for IntelliCode Completions:
Worker 1 has been created
[Worker thread] Worker 1 has started
[Worker thread] Requested setting state for intellicode-completions.internal.defaultConfidenceThreshold = 0.39 (default is 0.39)
[Worker thread] Requested setting state for intellicode-completions.internal.defaultConfidenceThreshold = 0.39 (default is 0.39)
[Worker thread] Requested setting state for intellicode-completions.internal.defaultConfidenceThreshold = 0.39 (default is 0.39)
[Worker thread] Requested setting state for intellicode-completions.internal.defaultConfidenceThreshold = 0.39 (default is 0.39)
[Worker thread] Requested setting state for intellicode-completions.internal.defaultConfidenceThreshold = 0.39 (default is 0.39)
[Worker thread] Requested setting state for intellicode-completions.internal.defaultConfidenceThreshold = 0.39 (default is 0.39)
[Worker thread] Unhandled rejection error: fetch failed
[Worker thread] Unhandled rejection error stack: TypeError: fetch failed
at Object.fetch (node:internal/deps/undici/undici:11413:11)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
[Worker thread] Unhandled rejection error: fetch failed
[Worker thread] Unhandled rejection error stack: TypeError: fetch failed
at Object.fetch (node:internal/deps/undici/undici:11413:11)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
Extension version: 1.0.22 034a5c7
No gray code completions are shown in the editor.