jw3 / example-daffodil-vscode

A VS Code extension for DFDL with Daffodil
Apache License 2.0
2 stars 3 forks source link

Optionally remember the selection for schema and data files #108

Open jw3 opened 2 years ago

jw3 commented 2 years ago

A remember this selection would be handy on the pickers. That would remove the need to edit the launch json to prevent being prompted each time.

This is probably tricky, dealing with those native file pickers, so this is just a low priority note.

Or maybe there is an additional debug command, "debug last" or something that can more easily recall the settings without needing to have an explicit remember this option. Thats probably easier...