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


##########
package.json:
##########
@@ -3,7 +3,11 @@
   "displayName": "Apache Daffodilâ„¢ Extension for Visual Studio Code",
   "description": "Apache Daffodilâ„¢ Extension for Visual Studio Code providing 
DFDL syntax highlighting, DFDL code completion, DFDL schema debugging, and data 
editor",
   "version": "1.4.2-SNAPSHOT",
-  "daffodilVersion": "3.11.0",
+  "daffodilScalaVersions": {
+    "<=3.10.0,<3.11.0": "2.12",

Review Comment:
   So I added the <3.11.0 in case say their is a support version of Daffodil 
3.10 released and says its version is 3.10.1, that it would still fall into the 
2.12 debugger. If that is not a possibility then yes I can remove the <3.11.0



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