stricklandrbls opened a new issue, #1357:
URL: https://github.com/apache/daffodil-vscode/issues/1357

   ## Issue
   When executing a debug launch config, _Extension_ for example, there is a 
dialog that appears stating that errors have occured and prompts the user to 
either cancel the execution or _Debug Anyways_.
   
   <img width="1228" height="939" alt="Image" 
src="https://github.com/user-attachments/assets/5f71fc28-b9b0-4e61-bc48-5563e41cfab8";
 />
   
   In this screenshot, in the upper righthand side, the dialog window emits an 
error associated with the launch config. At the bottom of the screen is the 
terminal where the _package.json_ script is executing and can be observed as 
not yet being completed.
   
   This results in extension package mismatches if the user selects _Debug 
Anyways_ and attempts to run through the extension functionality.
   
   If the user has not previously packaged or ran a launch config then no 
functionality within the extension will work. However, if the user _has_ 
previously packaged or ran a launch config, i.e, for development changes, then 
the extension being executed is a cached version and will not contain any 
development changes.
   
   ### Workaround
   The current workaround, for the development scenario listed above, is either 
cancel the launch config execution or select "Debug Anyways" and immediately 
close the debug extension window. The user must wait until the _package.json_ 
scripts complete and may then proceed to debugging or executing the extension 
with the loaded changes. 


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