Skip to content

Inline completions are trumping normal completions #167444

@rchiodo

Description

@rchiodo

Does this issue occur when all extensions are disabled?: No

  • VS Code Version: 1.72.2
  • OS Version: Windows 10

Steps to Reproduce:

  1. Install python and pylance
  2. Install github copilot
  3. Install intellicode (to make pylance slower)
  4. Have some python code like so:
import numpy as np
np
  1. Type a . to try and get completions from pylance and github
  2. Sometimes github wins, sometimes pylance wins. Seems to depend upon who is faster.

Debugging this in the python extension, I can see the cancellation for the pylance completions coming from VS code itself.

Metadata

Metadata

Assignees

Labels

*duplicateIssue identified as a duplicate of another issue(s)inline-completionsquestion-discussionQuestion that could be a discussion topic (experimental label)

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions