JeremyYao commented on PR #1463: URL: https://github.com/apache/daffodil-vscode/pull/1463#issuecomment-3402965051
> Tested on windows 11: > > When opening two DE from the command palette, it works as normal. When I deleted one of the DE, the java cmd window doesn't close. I still had one of the DE editors open, and then started a debug session, while dataeditor was set to true in launch.json. Then I had a DE open through the command palette as well as through the debugging session. I deleted the DE created through the command palette. This did not close the java cmd window. But the debugging session was working correctly. > > PS: Will add findings from Linux I spoke with @naga-panchumarty to get some clarification. In regards with the last test case, he tested. He had 4 command palette DE tabs open and then did a DFDL debugging session that opened a DE tab for the data file. He then closed the 4 command palette DE tabs and resumed the DFDL debugging session. The `java` `cmd` window didn't close. Once the DFDL debugging session continue and ended, then the `java` `cmd` window closed. This is intentional behavior as the `java` `cmd` window being open allows all DE windows to do operations (delete bytes, overwrite, etc.) per observations noted in https://github.com/apache/daffodil-vscode/issues/1461. -- 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]
