JeremyYao commented on code in PR #1468:
URL: https://github.com/apache/daffodil-vscode/pull/1468#discussion_r2466313761
##########
src/adapter/activateDaffodilDebug.ts:
##########
@@ -609,12 +609,28 @@ class DaffodilConfigurationProvider
config.debugServer = 4711
}
- if (!config.schema) {
- return vscode.window
- .showInformationMessage('Cannot find a schema to debug')
- .then((_) => {
- return undefined // abort launch
- })
+ if (!config.schema || config.schema.path == '') {
Review Comment:
> @naga-panchumarty @JeremyYao was this ordering fixed? The schema should be
first and then the data file. If that is not the order that will hold up my
approval.
From my retest
(https://github.com/apache/daffodil-vscode/pull/1468#issuecomment-3433752914),
the ordering did appear to be fixed.
--
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]