mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-22 17:48:56 +01:00
Fix #92794. allow customize placeholder for input box
This commit is contained in:
@@ -135,6 +135,7 @@ export interface MainThreadCommandsShape extends IDisposable {
|
||||
export interface CommentProviderFeatures {
|
||||
reactionGroup?: modes.CommentReaction[];
|
||||
reactionHandler?: boolean;
|
||||
options?: modes.CommentOptions;
|
||||
}
|
||||
|
||||
export type CommentThreadChanges = Partial<{
|
||||
|
||||
Reference in New Issue
Block a user