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:46:06 UTC

[GitHub] [daffodil-vscode] Shanedell opened a new issue, #621: Rename dataEditor.* config variables

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

   To be consistent the `dataEditor.*` variables should be renamed.
   
   eg
   
   ```json
   {
       "dataEditor.omegaEditPort": 9000
       "dataEditor.logFile": "${workspaceFolder}/dataEditor-${omegaEditPort}.log",
       "dataEditor.logLevel": "info"
   }
   ```
   
   should become something like
   
   ```json
   {
       "dataEditor": {
           "omegaEditPort": 9000
           "logFile": "${workspaceFolder}/dataEditor-${omegaEditPort}.log",
           "logLevel": "info"
       }
   }
   ```


-- 
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] scholarsmate commented on issue #621: Rename dataEditor.* config variables

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

   Be sure to document this change on the 1.3.0 wiki.


-- 
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 closed issue #621: Rename dataEditor.* config variables

Posted by "Shanedell (via GitHub)" <gi...@apache.org>.
Shanedell closed issue #621: Rename dataEditor.* config variables
URL: https://github.com/apache/daffodil-vscode/issues/621


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