Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

variable command is called twice #18600

Closed
weinand opened this issue Jan 16, 2017 · 1 comment
Closed

variable command is called twice #18600

weinand opened this issue Jan 16, 2017 · 1 comment
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug debug Debug viewlet, configurations, breakpoints, adapter issues important Issue identified as high-priority verified Verification succeeded
Milestone

Comments

@weinand
Copy link
Contributor

weinand commented Jan 16, 2017

  • VSCode Version: 1.9.0
  • OS Version: macOS

Steps to Reproduce:

  1. use this launch config:
{
	"type": "node",
	"request": "attach",
	"name": "Attach to Port",
	"port": 5858,
	"processId": "${command.PickProcess}"
}
  1. run the launch config
  2. enter number '123' in the QuickPick and press return

Observe:
Quickpick opens again

@weinand weinand added debug Debug viewlet, configurations, breakpoints, adapter issues bug Issue identified by VS Code Team member as probable bug important Issue identified as high-priority labels Jan 16, 2017
@weinand weinand added this to the January 2017 milestone Jan 16, 2017
@isidorn
Copy link
Contributor

isidorn commented Jan 18, 2017

Should be fixed via 7376e98
I can not repro it anymore.
@weinand please reopen if you still see it in tomorrow's insiders

@isidorn isidorn closed this as completed Jan 18, 2017
@dbaeumer dbaeumer added the verified Verification succeeded label Jan 27, 2017
@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 18, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Issue identified by VS Code Team member as probable bug debug Debug viewlet, configurations, breakpoints, adapter issues important Issue identified as high-priority verified Verification succeeded
Projects
None yet
Development

No branches or pull requests

3 participants