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/04/11 15:44:57 UTC

[GitHub] [daffodil-vscode] Shanedell opened a new issue, #579: Setting of omega-edit port not working

Shanedell opened a new issue, #579:
URL: https://github.com/apache/daffodil-vscode/issues/579

   Inside of `.vscode/launch.json` we are supposed to be able to set `dataEditor.omegaEditPort` to tell the dataEditor what port to use. However, this doesn't seem to be working as when I set this the in the `launch.json` I get a yellow squiggly line that says `Property dataEditor.omegaEditPort is not allowed.`. Then if I ignore that and set the port, the port specified is not used it just always go to `9000`.
   
   This is fixed when:
   
   - Setting `dataEditor.omegaEditPort` in the `.vscode/launch.json` does not show a yellow squiggly line any longer.
   - The port specified by `dataEditor.omegaEditPort` is used when booting omega-edit.
   


-- 
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.apache.org

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


[GitHub] [daffodil-vscode] Shanedell closed issue #579: Setting of omega-edit port not working

Posted by "Shanedell (via GitHub)" <gi...@apache.org>.
Shanedell closed issue #579: Setting of omega-edit port not working
URL: https://github.com/apache/daffodil-vscode/issues/579


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


[GitHub] [daffodil-vscode] Shanedell commented on issue #579: Setting of omega-edit port not working

Posted by "Shanedell (via GitHub)" <gi...@apache.org>.
Shanedell commented on issue #579:
URL: https://github.com/apache/daffodil-vscode/issues/579#issuecomment-1512408506

   I believe @scholarsmate fixed the squiggly line in a recent PR. Then another PR I have out currently fixes the issue of the port value not being updated when set from the launch.json.
   


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


[GitHub] [daffodil-vscode] arosien commented on issue #579: Setting of omega-edit port not working

Posted by "arosien (via GitHub)" <gi...@apache.org>.
arosien commented on issue #579:
URL: https://github.com/apache/daffodil-vscode/issues/579#issuecomment-1512406554

   The squiggly line can be addressed by specifying the omega edit property in the schema in a different way. Instead of
    `dataEditor.omegaEditPort`, use nested schema definitions `dataEditor` and `omegaEditPort`.


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