JeremyYao commented on issue #634:
URL: 
https://github.com/apache/daffodil-vscode/issues/634#issuecomment-3058618299

   Using the following config that is compatible with older versions of the 
extension
   
   ```
   {
       "version": "0.2.0",
       "configurations": [
           {
               "request": "launch",
               "type": "dfdl",
               "name": "Wizard Config",
               "program": "${command:AskForProgramName}",
               "data": "${command:AskForDataName}",
               "debugServer": 4711,
               "infosetFormat": "xml",
               "infosetOutput": {
                   "type": "file",
                   "path": "${workspaceFolder}/infoset.xml"
               },
               "tdmlConfig": {
                   "action": "generate",
                   "name": "${command:AskForTDMLName}",
                   "description": "${command:AskForTDMLDescription}",
                   "path": "${command:AskForTDMLPath}"
               },
               "trace": true,
               "stopOnEntry": true,
               "useExistingServer": false,
               "openHexView": false,
               "openInfosetView": false,
               "openInfosetDiffView": false,
               "daffodilDebugClasspath": "",
               "dataEditorConfig": {
                   "port": 9000,
                   "logFile": 
"${workspaceFolder}/dataEditor-${omegaEditPort}.log",
                   "logLevel": "info"
               }
           }
       ]
   }
   ```
   
   I'm not running into the error dialog box in an Ubuntu 24.04 VM for this 
commit 
https://github.com/apache/daffodil-vscode/commit/5e71b3eb258964d0920cb0255b6a23e492c6933a
 which was committed to main on May 10th. This commit 
https://github.com/apache/daffodil-vscode/commit/4b81015e003453c6ae551f2555869cd83246d200
 was made on the 15th, after this issue was made and I too am not running into 
the error dialog box. This issue may have been caused by an issue pertinent to 
the issue creator's system rather than the extension. 
   
   Additionally, this commit 
https://github.com/apache/daffodil-vscode/commit/59fb90c9fb98fcd9817b722bb84e9df18733b806
 changed the default infoset path from "${workspaceFolder}/infoset.xml" to 
"${workspaceFolder}/target/infoset.xml"
   


-- 
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: commits-unsubscr...@daffodil.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to