shanedell commented on code in PR #694:
URL: https://github.com/apache/daffodil-vscode/pull/694#discussion_r1259760808
##########
package.json:
##########
@@ -420,6 +420,30 @@
"logFile":
"${workspaceFolder}/dataEditor-${omegaEditPort}.log",
"logLevel": "info"
}
+ },
+ "debuggerLogLevel": {
+ "type": "string",
+ "description": "Debugger log level",
+ "enum": [
+ "ALL",
+ "DEBUG",
+ "ERROR",
+ "INFO",
+ "OFF",
+ "TRACE",
+ "WARN"
+ ],
+ "default": "INFO"
+ },
+ "debuggerLogFilePath": {
+ "type": "string",
+ "description": "Debugger log file path",
+ "default": "/tmp/daffodil-debugger.log"
+ },
+ "devMode": {
+ "type": "boolean",
+ "description": "Enable development mode, enables certain
features",
Review Comment:
@mbeckerle So the reason for this phrasing is that in the long term I
imagine this variable being used for other items that should only happen when
debugger locally. Currently all it does is rebuilds the debugger using `sbt
universal:packageBin` when this variable is set to `true`
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]