Skip to content

Commit

Permalink
* add missing license field to package.json
Browse files Browse the repository at this point in the history
* fix extension category
  • Loading branch information
devhawk committed Mar 18, 2024
1 parent bb36294 commit cf0d19c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@
"publisher": "dbos-inc",
"version": "0.0.0-placeholder",
"icon": "dbos-logo-128.png",
"license": "MIT",
"engines": {
"vscode": "^1.86.0"
},
"categories": [
"Other"
"Debuggers"
],
"homepage": "https://dbos.dev/",
"bugs": {
Expand Down

0 comments on commit cf0d19c

Please sign in to comment.