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

Add License field to package.jsons #68423 #68771

Merged
merged 1 commit into from Jun 6, 2019

Conversation

apupier
Copy link
Contributor

@apupier apupier commented Feb 15, 2019

it should avoid to have "warning XXX: No license field" during yarn
build

Signed-off-by: Aurélien Pupier apupier@redhat.com

@joaomoreno
Copy link
Member

@chrisdias Does this make sense?

@joaomoreno joaomoreno added this to the Backlog milestone Feb 18, 2019
@joaomoreno joaomoreno added the engineering VS Code - Build / issue tracking / etc. label Feb 18, 2019
@@ -3,7 +3,8 @@
"displayName": "%displayName%",
"description": "%description%",
"version": "1.0.0",
"publisher": "vscode",
"publisher": "vscode",
"license": "MIT",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe you should use spaces, not tabs.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

updated, thanks for noticing it

it should avoid to have "warning XXX: No license field" during yarn
build

Signed-off-by: Aurélien Pupier <apupier@redhat.com>
@LeuisKen
Copy link
Contributor

LeuisKen commented Jun 6, 2019

image
I think this pr will help make things like this disappear.

: )

@chrisdias
Copy link
Member

as long as these are all our extensions/sources and we're not adding something to packages we consume, this looks ok to me.

@joaomoreno joaomoreno modified the milestones: Backlog, June 2019 Jun 6, 2019
@joaomoreno joaomoreno merged commit 7a5bca9 into microsoft:master Jun 6, 2019
@joaomoreno
Copy link
Member

Thanks!

@apupier apupier deleted the 68423-AddLicenseField branch June 6, 2019 10:04
@github-actions github-actions bot locked and limited conversation to collaborators Mar 29, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
engineering VS Code - Build / issue tracking / etc.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants