Fix #92794. allow customize placeholder for input box

This commit is contained in:
rebornix
2020-04-27 16:12:58 -07:00
parent bfe0bb0e98
commit 0421b831ad
6 changed files with 60 additions and 4 deletions

View File

@@ -135,6 +135,7 @@ export interface MainThreadCommandsShape extends IDisposable {
export interface CommentProviderFeatures {
reactionGroup?: modes.CommentReaction[];
reactionHandler?: boolean;
options?: modes.CommentOptions;
}
export type CommentThreadChanges = Partial<{