JeremyYao commented on code in PR #1468:
URL: https://github.com/apache/daffodil-vscode/pull/1468#discussion_r2452918941


##########
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:
   I'll echo @lrbarber's sentiments-- would the changing in order be something 
we should avoid? 



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