3

After restarting vscode whenever I try to use an autocomplete suggestion from IntelliCode, it also includes the recommended star thing. issue video

I have tried switching to an older version of intelliCode, disabling all my other extensions, switching to a new profile, and resetting my vscode settings.

I have also searched google, but was unable to find anyone else with this problem.

rioV8
  • 24,506
  • 3
  • 32
  • 49
cqb13
  • 96
  • 5

1 Answers1

1

A commit has been pushed to fix this already, see https://github.com/microsoft/vscode/pull/172616. I would think it'll be in the next Stable Release next week.


Looks like it is a new reported issue from multiple users. See Committing completion in a TS file inserts a star character.

Just filed 01/25/2023. I suggest you upvote and comment if your use case is different than those already presented. And keep an eye on that issue if there is some sort of a fix posted. It should be a simple fix, someone changed the mapping from the suggestion to the actual inserted completion.

[Also incorrectly reported at https://github.com/microsoft/vscode/issues/172419 - it is an extension issue so the first link is where to respond.]

Mark
  • 143,421
  • 24
  • 428
  • 436