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

[vscode] Add viewContainer/title menu as a proposed menu #14113

Closed
Tracked by #14106
rschnekenbu opened this issue Sep 3, 2024 · 2 comments
Closed
Tracked by #14106

[vscode] Add viewContainer/title menu as a proposed menu #14113

rschnekenbu opened this issue Sep 3, 2024 · 2 comments
Assignees
Labels
vscode issues related to VSCode compatibility

Comments

@rschnekenbu
Copy link
Contributor

New menu was introduced as a proposed menu:

{
key: 'viewContainer/title',
id: MenuId.ViewContainerTitle,
description: localize('view.containerTitle', "The contributed view container title menu"),
proposed: 'contribViewContainerTitle'
},

Task is to implement such menu contribution

@rschnekenbu rschnekenbu added the vscode issues related to VSCode compatibility label Sep 3, 2024
@rschnekenbu rschnekenbu self-assigned this Sep 3, 2024
@rschnekenbu rschnekenbu changed the title [vscode] Add debug/createConfiguration menu as a proposed menu [vscode] Add viewContainer/title menu as a proposed menu Sep 3, 2024
@rschnekenbu
Copy link
Contributor Author

This menu contribution will be either ignore for now, of at least contributes as lower priority. Indeed, vs scode only activates it for now for the debug view container (see microsoft/vscode#212499 (comment) and https://github.com/microsoft/vscode/blob/9bfaf90fb9a479c16c6a33052efb3c9b188f03cb/src/vs/workbench/services/actions/common/menusExtensionPoint.ts#L1062)

@rschnekenbu
Copy link
Contributor Author

This feature will be ignored for now, as announced in previous comment.

@rschnekenbu rschnekenbu closed this as not planned Won't fix, can't repro, duplicate, stale Oct 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
vscode issues related to VSCode compatibility
Projects
None yet
Development

No branches or pull requests

1 participant