-
Notifications
You must be signed in to change notification settings - Fork 36.9k
Closed
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugdebugDebug viewlet, configurations, breakpoints, adapter issuesDebug viewlet, configurations, breakpoints, adapter issuesinfo-neededIssue requires more information from posterIssue requires more information from poster
Description
- VSCode Version: 1.7.0-insider
Assuming we have these variables:
I'm typing $aBoo into the debug console and want to get completion to $aBoolean:
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:
$ is duplicated.
Metadata
Metadata
Assignees
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugdebugDebug viewlet, configurations, breakpoints, adapter issuesDebug viewlet, configurations, breakpoints, adapter issuesinfo-neededIssue requires more information from posterIssue requires more information from poster


