Files
vscode/src/vscode-dts/vscode.proposed.contribCommentThreadAdditionalMenu.d.ts
Marcus Revaj aaac6f9a99 Add additional actions to CommentThread (#162750)
* # Add additional actions to CommentThread

* Add in forgotten property

* # missing declaration

* type change

* Fix merge conflict errors

* # add proposed changes + fix styling

* # Allow "secondary action only" buttons

* # Add dropdown button styling fixes

* # add default button styling

* # add better styling to the dropdown button

* Remove duplicate css rule

Co-authored-by: Alex Ross <alros@microsoft.com>
2022-11-17 11:16:06 +01:00

9 lines
464 B
TypeScript

/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// empty placeholder for comment thread additional menus
// https://github.com/microsoft/vscode/issues/163281