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

   An issue @mbeckerle had with 1.4.0-rc.3, possibly other versions, were 
having to completely rely on the VSCode Command Palette to be able to use all 
of our custom commands. Moreover, VSCode allows you to add your own Icon with 
different views to the left side bar. See 
https://code.visualstudio.com/api/references/contribution-points#contributes.views
 and 
https://code.visualstudio.com/api/references/contribution-points#contributes.viewsContainers
 for more information.
   
   This issue will focus on adding both, if necessary at least the views 
container. Once view should a list of allow the custom commands, when the 
command is clicked it shall run. Now, we could multiple views based on grouping 
of commands and that sort of thing. But we can also add other views as needed 
in the future or if commented on this 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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to