Skip to content

Conversation

tnrich
Copy link
Contributor

@tnrich tnrich commented Feb 14, 2025

Related to #106

Add a 'Collapse All' button for files in the Git Tree Compare extension.

  • package.json

    • Add a new command gitTreeCompare.collapseAll to the commands section.
    • Add the new command to the view/title menu section.
  • src/extension.ts

    • Register the new command gitTreeCompare.collapseAll.
    • Implement the collapseAll command to collapse all tree items.
  • README.md

    • Update the README.md to include the new 'Collapse All' feature.
  • src/treeProvider.ts

    • Add a new method collapseAll to collapse all tree items.
    • Update the constructor to bind the new collapseAll method to the class.

For more details, open the Copilot Workspace session.

Related to letmaik#106

Add a 'Collapse All' button for files in the Git Tree Compare extension.

* **package.json**
  - Add a new command `gitTreeCompare.collapseAll` to the `commands` section.
  - Add the new command to the `view/title` menu section.

* **src/extension.ts**
  - Register the new command `gitTreeCompare.collapseAll`.
  - Implement the `collapseAll` command to collapse all tree items.

* **README.md**
  - Update the `README.md` to include the new 'Collapse All' feature.

* **src/treeProvider.ts**
  - Add a new method `collapseAll` to collapse all tree items.
  - Update the constructor to bind the new `collapseAll` method to the class.

---

For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/letmaik/vscode-git-tree-compare/issues/106?shareId=XXXX-XXXX-XXXX-XXXX).
@tnrich tnrich closed this Feb 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant