Archived
1
0

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

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"
], ],