Skip to content

Commit

Permalink
add option to set trace level (#1393)
Browse files Browse the repository at this point in the history
Signed-off-by: Govardhan G D <[email protected]>
  • Loading branch information
chioni16 committed Jun 30, 2023
1 parent 7519e36 commit 94cff8f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,12 @@
"type": "string",
"default": "",
"description": "Use the executable at this path and do not download or update solang. Leave this empty for automatic download."
},
"solidity.trace.server": {
"scope": "window",
"type": "string",
"enum": ["off","messages","verbose"],
"default": "verbose"
}
}
},
Expand Down

0 comments on commit 94cff8f

Please sign in to comment.