Skip to content
This repository has been archived by the owner on Apr 30, 2024. It is now read-only.

Commit

Permalink
add new Evidenction configuration contribution point to package.json (#…
Browse files Browse the repository at this point in the history
…52)

with evidence.defaultPort setting for now
  • Loading branch information
RandomFractals committed Jun 1, 2023
1 parent c1156c7 commit b1ad1b9
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,17 @@
}
]
},
"configuration": {
"title": "Evidence",
"type": "object",
"properties": {
"evidence.defaultPort": {
"type": "number",
"default": 3000,
"description": "Default Evidence dev server port."
}
}
},
"languages": [
{
"id": "emd",
Expand Down

0 comments on commit b1ad1b9

Please sign in to comment.