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/06/13 15:55:03 UTC

[GitHub] [daffodil-vscode] shanedell opened a new pull request, #659: Remove debugger extension config from launch.json

shanedell opened a new pull request, #659:
URL: https://github.com/apache/daffodil-vscode/pull/659

   Remove debugger extension config from launch.json
   
   - The removed config from .vscode/launch.json is a config for running a debug session.
     - We don't want this in this .vscode/launch.json as it should be used for running the extension, running extension tests or running the debugger. It won't be able to launch an interactive debug session, that type of config needs to added to the workspaces .vscode/launch.json instead.


-- 
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 pull request #659: Remove debugger extension config from launch.json

Posted by "shanedell (via GitHub)" <gi...@apache.org>.
shanedell commented on PR #659:
URL: https://github.com/apache/daffodil-vscode/pull/659#issuecomment-1589734317

   @mbeckerle Yeah that is absolutely correct. Yeah the configuration that was removed, is supposed to be used inside of a `.vscode/launch.json` for a schema when you have the extension running or installed.


-- 
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 merged pull request #659: Remove debugger extension config from launch.json

Posted by "shanedell (via GitHub)" <gi...@apache.org>.
shanedell merged PR #659:
URL: https://github.com/apache/daffodil-vscode/pull/659


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