You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@daffodil.apache.org by "Shanedell (via GitHub)" <gi...@apache.org> on 2023/03/17 21:06:09 UTC

[GitHub] [daffodil-vscode] Shanedell commented on a diff in pull request #495: Set debugServer to 4711 (default) if not specified in config.

Shanedell commented on code in PR #495:
URL: https://github.com/apache/daffodil-vscode/pull/495#discussion_r1140707298


##########
src/adapter/activateDaffodilDebug.ts:
##########
@@ -406,6 +406,10 @@ class DaffodilConfigurationProvider
       config = getConfig('Launch', 'launch', 'dfdl')
     }
 
+    if (!config.debugServer) {

Review Comment:
   Yeah that will need update will make an issue



-- 
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: commits-unsubscribe@daffodil.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org