Shanedell opened a new issue #64:
URL: https://github.com/apache/daffodil-vscode/issues/64


   Update the defaults configs that are used when no `.vscode/launch.json` 
exists or if the user choses `Run File` or `Debug File`.
   
   Updates for config used when no `.vscode/launch.json`:
   - Utilize the global settings if the `program` and `data` variables differ 
from there default values. 
   - If `program` and `data` are default values keep doing what is already done.
   
   Updates for config for `Run File` and `Debug File`:
   - Utilize the global settings if the `program` and `data` variables differ 
from there default values. Do this for all variables except `program`. 
`program` will set as using `${file}` which is the current file opened when the 
user chose to `Run` or `Debug` the file.
   - If `program` and `data` are default values keep doing what is already done.
   


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