scholarsmate commented on code in PR #956:
URL: https://github.com/apache/daffodil-vscode/pull/956#discussion_r1471625461
##########
package.json:
##########
@@ -457,6 +523,29 @@
"dfdlDebugger": {
"type": "object",
"description": "Configuration for debugger. Settings are
logging (level and file)",
+ "properties": {
+ "logging": {
+ "type": "object",
+ "description": "DFDL Debugger Logging Configuration",
+ "properties": {
+ "file": {
+ "type": "string",
+ "description": "Path to file to save logs at",
+ "default": "/tmp/daffodil-debugger.log"
Review Comment:
Does Windows have `/tmp`? I would opt for
`${workspaceFolder}/daffodil-debugger.log`, as we do for Ωedit.
--
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]