lrbarber commented on PR #926: URL: https://github.com/apache/daffodil-vscode/pull/926#issuecomment-1881648629
Pulled latest version of code and still wasn't getting DataEditor to auto start. Discovered that package.json actually has 4 places that set openDataEditor... I changed 3 of the 4 to true -- the one I left set to false is the one in initialConfigurations. With these changes made, the data editor does open as another tab when debugging starts.  Now I'm wondering if there might be a way to get it to open in split screen mode by default -- like this:  -- 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]
