jw3 commented on pull request #49: URL: https://github.com/apache/daffodil-vscode/pull/49#issuecomment-975471128
> making a entry inside of the Settings of Visual Studio Code and pull down the default values from that config if the file .vscode/launch.json is not available That sounds good. So we have these options 1. A `launch.json` is not required, the default launch config is available from the settings page 2. A `launch.json` can be created in which case it will be detected and used This seems to take care of the simple case where a user just wants to run something the simplest way possible while allowing for the alternative case where someone wants multiple launch profiles with different options. > Then after this one is merged I have an idea of how to make a GUI wizard for making the launch.json using a WebView panel. Sounds good. I think it will be useful to see a UI tailored for this app and determine if that is a better fit than the settings page. -- 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]
