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

[json] Bower.json has a authors attibribue but default code complete proposes author #1267

Closed
dbaeumer opened this issue Dec 14, 2015 · 1 comment
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug json JSON support issues verified Verification succeeded
Milestone

Comments

@dbaeumer
Copy link
Member

  • bower.json
  • in empty file activate code complete
  • accept proposal
  • it inserts
{
    "name": "name",
    "description": "description",
    "author": "author",
    "version": "1.0.0",
    "main": "pathToMain",
    "dependencies": {}
}

Observe: it inserts a author field however bower files do have a authors field.

@dbaeumer dbaeumer added the bug Issue identified by VS Code Team member as probable bug label Dec 14, 2015
@dbaeumer dbaeumer added this to the Backlog milestone Dec 14, 2015
@aeschli aeschli modified the milestones: Dec 2015, Backlog Dec 14, 2015
@aeschli aeschli added the json JSON support issues label Dec 15, 2015
@aeschli aeschli changed the title Bower.json has a authors attibribue but default code complete proposes author [json] Bower.json has a authors attibribue but default code complete proposes author Dec 15, 2015
@aeschli
Copy link
Contributor

aeschli commented Dec 15, 2015

fix delivered

@aeschli aeschli closed this as completed Dec 15, 2015
@aeschli aeschli assigned dbaeumer and unassigned aeschli Dec 15, 2015
@dbaeumer dbaeumer added the verified Verification succeeded label Dec 16, 2015
@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 json JSON support issues verified Verification succeeded
Projects
None yet
Development

No branches or pull requests

2 participants