chore: add license to test package.json

This commit is contained in:
Joe Previte 2022-09-09 12:59:23 -07:00
parent bfd2231b4d
commit 8bb8fb74cf
No known key found for this signature in database
GPG Key ID: 2C91590C6B742C24
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@
"description": "code-server test extension", "description": "code-server test extension",
"version": "0.0.1", "version": "0.0.1",
"publisher": "coder", "publisher": "coder",
"license": "MIT",
"activationEvents": [ "activationEvents": [
"onStartupFinished" "onStartupFinished"
], ],