stricklandrbls commented on code in PR #1701:
URL: https://github.com/apache/daffodil-vscode/pull/1701#discussion_r3253883285
##########
doc/Wiki.md:
##########
@@ -314,10 +322,20 @@ This default configuration will prompt the user to select
the DFDL Schema and da
"type": "file",
"path": "${workspaceFolder}/infoset.xml"
},
- "debugServer": 4711
+ "debugServer": 4711,
+ "openDataEditor": true,
+ "dataEditor": {
+ "port": 9000,
+ "logging": {
+ "file": "",
+ "level": "info"
+ }
+ }
}
```
+Set `openDataEditor` to `true` to open the Data Editor when the debug session
starts. The `dataEditor` settings configure the Ωedit server port and Data
Editor logging. Leave `logging.file` empty to use the default OS app-data/XDG
log location, or set it to a specific log file path. The launch config wizard
also exposes these settings as **Open Data Editor**, **omega-edit Port**, **Log
File**, and **Log Level**.
Review Comment:
I would also add the defined enumerations for `logging.level` as they are
written in the Omega Edit repo. Those are:
```
"trace",
"debug",
"info",
"warn",
"error",
"fatal"
```
--
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]