hdalsania opened a new pull request, #1542:
URL: https://github.com/apache/daffodil-vscode/pull/1542

   Closes #1540 
   
   ## Description
   
   - Append and Execute commands are now showing up and functioning correctly 
in Command explorer, command pallet and editor/menu when TDML custom editor or 
TDML text editor is open.
   
   - Execute functionality is restored, it now provides dropdown to ask for 
available TDML test case name. 
   
   ## Wiki
   
   - [x] I have determined that no documentation updates are needed for these 
changes  
      -  Documentation is being worked on as part of issue #1496 
   - [ ] I have added the following documentation for these changes
   
   ## Review Instructions including Screenshots
   ### Confirmation Testing and Regression Testing
    - Run a debug session and make sure Launch configuration is set to TDML 
generate 
        - `"tdmlConfig": {
                   "action": "generate",
                   "name": "Default Test Case"
               },`   
   - Run a debug session to ensure that TDML file is being generated in temp 
directory.
   - Open Command explorer or Select a command `Create TDML File` from command 
pallet.
   - Save TDML file to working directory.
   - Open TDML file.
   - Switch TDML file between text editor and TDML custom editor..
   - Make sure switching between text and custom TDML editor commands works 
from editor/menu and from commands explorer as displayed below.
   - Make sure Append and Execute TDML commands are available in menu/editor, 
command explorer and command pallet as displayed below in both text editor and 
custom TDML editor.
   
   <img width="1144" height="417" alt="image" 
src="https://github.com/user-attachments/assets/a43c5438-58d7-4f61-b9dc-fb62933f6ac7";
 />
   
   <img width="1145" height="293" alt="image" 
src="https://github.com/user-attachments/assets/c1ef0acb-abf4-4c10-8385-2973e4d408de";
 />
   
   <img width="1140" height="353" alt="image" 
src="https://github.com/user-attachments/assets/82e91bfa-c1fb-43db-ada5-592a08e5d858";
 />
   
   
   - Make sure Append and Execute functionality works as expected ( make sure 
execute TDML provides drop down to select available test case name) from 
editor/menu, command explorer and command pallet. 
   


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