lrbarber opened a new pull request, #1521: URL: https://github.com/apache/daffodil-vscode/pull/1521
Closes #64 ## Description Certain settings withing VSCode that affect the Daffodil Extension can be set outside of the launch.json file. If there is no launch.json file, then these values need to be utilized rather than blindly replaced with built-in defaults. ## Wiki - [X] I have determined that no documentation updates are needed for these changes - [ ] I have added following documentation for these changes ## Review Instructions including Screenshots If you debug the extension or install via VSIX, and run "Ctrl" + "," or "Cmd" + ",". Navigate to Workspace > Extensions > Apache Daffodil Extension for Visual Studio Code there is a list of settings. Some can only be set in the settings.json as they have more than one attribute to be set. <img width="941" height="586" alt="image" src="https://github.com/user-attachments/assets/8a725925-cea0-4502-8d52-1117843d14cf" /> I've been testing by renaming my launch.json file, then starting debugging using both the command pallet and the RUN/F5 menu option. These techniques result in different execution paths, and both required changes. The idea, again, is that these VSCode settings will not be overwritten with built in defaults. Examples of settings include debugServer port number and specifying a data file rather than using the default "ask for data file" -- 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]
