CoverRyan commented on code in PR #1671: URL: https://github.com/apache/daffodil-vscode/pull/1671#discussion_r3209799001
########## doc/Wiki.md: ########## @@ -624,15 +632,12 @@ When using `Single Byte Editing Mode`, `CTRL-ENTER` will insert a byte to the le When browsing the data in the `Physical` or `Logical` viewports, `Home` will take you to the top of the edited file, `End` will take you to the end of the edited file, `Page-Up` will give you the previous page of the edited file, `Page-Down` will give you the next page of the edited file, `Arrow-Up` will give you the previous line of the edited file, and `Arrow-Down` will give you the next line of the edited file. -# Known Issues in v1.4.1 +# Known Issues in v1.6.0 ## General Issues * Some nightly tests are still failing intermittently due to GitHub runners. -* TDML Copy, Execute, and Append Functionality is currently not working on the MacOS Platform - -## Debugger Issues Originating from 1.4.0 - -* At this time the debugger step into and step out actions have no code behind them, using either button results in an unrecoverable error. We have not found a way to disable the step into and step out buttons. This problem occurs in all Operating Systems. This is [noted as a GitHub Issue](https://github.com/apache/daffodil-vscode/issues/5). +* TDML Zipping does not support nested/included schema files. +* TDML cannot handle files that are located on a different drive (Windows). for example, don't run off of C:, then use data or infoset files from D: Review Comment: Change to ```suggestion * TDML cannot handle files that are located on a different drive (Windows). For example, don't run off of C:, then use data or infoset files from D: ``` -- 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]
