mirror of
https://github.com/microsoft/vscode-extension-samples.git
synced 2026-06-13 07:10:26 +08:00
Adding repo and license fields to samples that were missing them
This commit is contained in:
@ -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"
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user