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/05/03 22:19:54 UTC

[GitHub] [daffodil-vscode] Shanedell commented on a diff in pull request #620: Multiple updates to launch wizard

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


##########
src/utils.ts:
##########
@@ -147,6 +150,15 @@ export function getConfig(
     daffodilDebugClasspath: daffodilDebugClasspath
       ? daffodilDebugClasspath
       : defaultConf.get('daffodilDebugClasspath', ''),
+    dataEditorOmegaEditPort: dataEditorOmegaEditPort
+      ? dataEditorOmegaEditPort
+      : defaultConf.get('dataEditor.omegaEditPort', 9000),

Review Comment:
   That is what this trying to do. The second value is the default value if nothing is found



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