Skip to content

Debugger completion inserted wrong #13655

@felixfbecker

Description

@felixfbecker
  • VSCode Version: 1.7.0-insider

Assuming we have these variables:

image

I'm typing $aBoo into the debug console and want to get completion to $aBoolean:

image

Notice how the $ is not highlighted.

The debug adapter responds correctly with:

targets: [
  { label: '$aBoolean', length: 9, start: 0, type: 'variable' }
]

As you can see it even specifies that the completion should be inserted at the beginning of the console.

After hitting enter:

image

$ is duplicated.

Metadata

Metadata

Assignees

Labels

bugIssue identified by VS Code Team member as probable bugdebugDebug viewlet, configurations, breakpoints, adapter issuesinfo-neededIssue requires more information from poster

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions