diff --git a/vscode/package.json b/vscode/package.json index 7b41a23f4..0af3a3bec 100644 --- a/vscode/package.json +++ b/vscode/package.json @@ -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" } } },