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

@ -4,6 +4,12 @@
"description": "Samples for VS Code's QuickInput API",
"version": "0.0.1",
"publisher": "vscode-samples",
"private": true,
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Microsoft/vscode-extension-samples"
},
"engines": {
"vscode": "^1.32.0"
},