VSCode 1.1.0 RC2 detailed feedback

2022-08-18 Thread Mike Beckerle
First off. Nice work! This is a big step forward from v1.0.0 and very usable it seems. Below is details I wrote down from my testing. Tests I did: git cloned ethernetIP DFDL Schema from DFDLSchemas on github. sbt test - works sbt publishLocal git cloned PCAP from DFDLSchemas on github sbt tes

Re: [VOTE] Release Apache Daffodil VS Code 1.1.0-rc2

2022-08-18 Thread Mike Beckerle
+1 from me. I did not examine this release for any of the formal requirements (licenses, depenency info, etc.). I just looked at it from functional QA perspective. I installed and tested this on the PCAP schema from github DFDLSchemas. This requires a component schema which is also at DFDLSchema

Instructions for how to run vscode debugger, but using my own daffodil server?

2022-08-18 Thread Mike Beckerle
I'm evaluating the RC2. It looks pretty good. I want to try it on a big schema I'm working on, but... I'm dependent on the bleeding edge of daffodil 3.4.0-SNAPSHOT. How do I build and start my own server from my Daffodil development sandbox? How do I instruct the launch config to use that? Mike