Skip to content
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

feat(tree-explorer): Add open and copy document tree view context menu items VSCODE-348 #445

Merged
merged 2 commits into from
Nov 9, 2022

Conversation

Anemy
Copy link
Member

@Anemy Anemy commented Oct 25, 2022

VSCODE-348

Add Open Document and Copy Document document context menu actions (right click).

open.and.copy.document.context.menu.items.mp4

@Anemy
Copy link
Member Author

Anemy commented Nov 9, 2022

Issues #144 and #143 (We'll do other context menu items like delete in future work VSCODE-349)

@@ -104,15 +105,15 @@ export default class DocumentListTreeItem
namespace: string;
type: CollectionTypes;

private _dataService: any;
private _dataService: DataService;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🔥

Copy link
Contributor

@alenakhineika alenakhineika left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice! Thx for pinging me before merging, glad to know we are step by step picking up work on the open issues :) 👏

@Anemy Anemy merged commit eaca062 into main Nov 9, 2022
@Anemy Anemy deleted the add-document-context-menu-open-and-copy branch November 9, 2022 18:15
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.

2 participants