-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create views and views container #1129
Labels
Milestone
Comments
shanedell
added a commit
to shanedell/daffodil-vscode
that referenced
this issue
Dec 3, 2024
- Create initial view container with a single view. - Create command view that displays a tree of our custom commands that can be ran. - Add play button to commands in view to be able to run them. - Update list of commands based on if debug mode or not. Closes apache#1129
shanedell
added a commit
to shanedell/daffodil-vscode
that referenced
this issue
Dec 3, 2024
- Create initial view container with a single view. - Create command view that displays a tree of our custom commands that can be ran. - Add play button to commands in view to be able to run them. - Update list of commands based on if debug mode or not. - Bump macos-12 to macos-13 to unbreak CI Closes apache#1129
shanedell
added a commit
to shanedell/daffodil-vscode
that referenced
this issue
Dec 3, 2024
- Create initial view container with a single view. - Create command view that displays a tree of our custom commands that can be ran. - Add play button to commands in view to be able to run them. - Update list of commands based on if debug mode or not. - Bump macos-12 to macos-13 to unbreak CI - Configure daffodil-icon to look good for view container. Closes apache#1129
shanedell
added a commit
to shanedell/daffodil-vscode
that referenced
this issue
Dec 3, 2024
- Create initial view container with a single view. - Create command view that displays a tree of our custom commands that can be ran. - Add play button to commands in view to be able to run them. - Update list of commands based on if debug mode or not. - Bump macos-12 to macos-14 to unbreak CI. - Not using macos-13 as it doesn't have sbt installed by default. - Configure daffodil-icon to look good for view container. Closes apache#1129
shanedell
added a commit
to shanedell/daffodil-vscode
that referenced
this issue
Dec 3, 2024
- Create initial view container with a single view. - Create command view that displays a tree of our custom commands that can be ran. - Add play button to commands in view to be able to run them. - Update list of commands based on if debug mode or not. - Bump macos-12 to macos-13 to unbreak CI. - Configure daffodil-icon to look good for view container. Closes apache#1129
shanedell
added a commit
to shanedell/daffodil-vscode
that referenced
this issue
Dec 3, 2024
- Create initial view container with a single view. - Create command view that displays a tree of our custom commands that can be ran. - Add play button to commands in view to be able to run them. - Update list of commands based on if debug mode or not. - Bump macos-12 to macos-13 to unbreak CI. - Configure daffodil-icon to look good for view container. Closes apache#1129
shanedell
added a commit
to shanedell/daffodil-vscode
that referenced
this issue
Dec 5, 2024
- Create initial view container with a single view. - Create command view that displays a tree of our custom commands that can be ran. - Add play button to commands in view to be able to run them. - Update list of commands based on if debug mode or not. - Bump macos-12 to macos-13 to unbreak CI. - Configure daffodil-icon to look good for view container. Closes apache#1129
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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.
The text was updated successfully, but these errors were encountered: