michael-hoke commented on code in PR #1361:
URL: https://github.com/apache/daffodil-vscode/pull/1361#discussion_r2279070187
##########
src/dataEditor/dataEditorClient.ts:
##########
@@ -203,6 +203,7 @@ export class DataEditorClient implements vscode.Disposable {
openLabel: 'Select',
canSelectFiles: true,
canSelectFolders: false,
+ title: 'Select Data File to Inspect',
Review Comment:
We also need to try to make it so that we don't get to this open dialog.
There shouldn't be a case where we get to this point via TDML execute and don't
know what the data file is
--
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]