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

Cannot remove the first entry #78160

Closed
egamma opened this issue Jul 30, 2019 · 1 comment
Closed

Cannot remove the first entry #78160

egamma opened this issue Jul 30, 2019 · 1 comment
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug settings-editor VS Code settings editor issues verified Verification succeeded
Milestone

Comments

@egamma
Copy link
Member

egamma commented Jul 30, 2019

Testing #77427

Edit the TypeScript > TS Server > Plugin Path setting

  1. Add 'aaa'
  2. Add 'bbb'
  3. Delete 'bbb' by hovering over 'bbb' and press 'x'
  4. Delete 'aaa'

-> You cannot delete the item, 'x' has no effect.

@octref octref added bug Issue identified by VS Code Team member as probable bug settings-editor VS Code settings editor issues labels Jul 30, 2019
@octref octref added this to the July 2019 milestone Jul 30, 2019
@octref octref closed this as completed in 4738cb2 Jul 30, 2019
@octref
Copy link
Contributor

octref commented Jul 30, 2019

Good catch, 0 index was converted to false.

@sandy081 sandy081 added the verified Verification succeeded label Aug 1, 2019
@vscodebot vscodebot bot locked and limited conversation to collaborators Sep 13, 2019
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 settings-editor VS Code settings editor issues verified Verification succeeded
Projects
None yet
Development

No branches or pull requests

3 participants