You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@daffodil.apache.org by "shanedell (via GitHub)" <gi...@apache.org> on 2023/06/23 16:20:57 UTC

[GitHub] [daffodil-vscode] shanedell commented on a diff in pull request #677: Launch Wizard updates based on 1.3.0-rc3 issues

shanedell commented on code in PR #677:
URL: https://github.com/apache/daffodil-vscode/pull/677#discussion_r1240010121


##########
package.json:
##########
@@ -345,7 +344,7 @@
                 "type": "object",
                 "description": "Destination for final Infoset ('file' | 'console' | 'none')",
                 "default": {
-                  "type": "console",
+                  "type": "file",
                   "path": "${workspaceFolder}/infoset.xml"

Review Comment:
   gotcha I like this idea. I am also still looking into the selecting a single JAR issue. It is working for me on Mac but you said it doesn't work for you (which I believe you use Linux) and believe @nlewis05 mentioned he saw that as well, possibly failing on windows as well. So I am currently getting up Linux VM up and running to get this fixed.



-- 
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-unsubscribe@daffodil.apache.org

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