stevedlawrence commented on code in PR #1452:
URL: https://github.com/apache/daffodil-vscode/pull/1452#discussion_r2420707235


##########
package.json:
##########
@@ -760,6 +774,8 @@
               }
             },
             "dfdlDebugger": {
+              "daffodilVersion": "3.11.0",

Review Comment:
   In VS Code I did Run > Add Configuration and the launch.json file that it 
creates has a dfdlDebugger section that looks like this:
   ```json
               "dfdlDebugger": {
                   "logging": {
                       "level": "INFO",
                       "file": "${workspaceFolder}/daffodil-debugger.log"
                   }
               }
   ```
   
   I was just suggesting that it might be useful if that had `"daffodilVersion" 
: "3.11.0"` added to that so it's a bit more obvious that users can change the 
daffodil version.



-- 
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]

Reply via email to