Skip to content

Commit

Permalink
Add logLevel launch.json info
Browse files Browse the repository at this point in the history
  • Loading branch information
TwitchBronBron committed Dec 1, 2021
1 parent 0c3d147 commit 4b02a3f
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions package.json
Expand Up @@ -546,6 +546,20 @@
"enableDebugProtocol": {
"type": "boolean",
"description": "If true, the debugger will use the new BrightScript debug protocol, and will disable the telnet debugger. See this link for more details: https://developer.roku.com/en-ca/docs/developer-program/debugging/socket-based-debugger.md"
},
"logLevel": {
"type": "string",
"enum": [
"off",
"error",
"warn",
"log",
"info",
"debug",
"trace"
],
"default": "log",
"description": "The level of logging that should be done during a debug session."
}
}
}
Expand Down

0 comments on commit 4b02a3f

Please sign in to comment.