Adding repo and license fields to samples that were missing them

This commit is contained in:
Matt Bierner
2021-06-11 17:10:40 -07:00
parent f842e7a008
commit a92db32ca1
30 changed files with 161 additions and 26 deletions

View File

@ -7,6 +7,12 @@
"engines": {
"vscode": "^1.48.0"
},
"private": true,
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Microsoft/vscode-extension-samples"
},
"categories": [
"Other"
],