You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@daffodil.apache.org by GitBox <gi...@apache.org> on 2022/09/06 16:48:12 UTC

[GitHub] [daffodil-vscode] michael-hoke commented on a diff in pull request #253: Daffodil vscode tdml

michael-hoke commented on code in PR #253:
URL: https://github.com/apache/daffodil-vscode/pull/253#discussion_r963950336


##########
.vscode/launch.json:
##########
@@ -48,6 +48,15 @@
 			],
 			"internalConsoleOptions": "openOnSessionStart",
 			"preLaunchTask": "npm: compile"
+		},
+		{
+			"type": "scala",
+			"request": "launch",
+			"name": "DAPodil",

Review Comment:
   This is the launch config for the scala backend. I was using this during debugging. I can remove this if we don't want it in the repo, but I think we should at least have it documented somewhere because it is needed to debug the scala backend.



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