mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-27 12:04:04 +01:00
Fix #92794. allow customize placeholder for input box
This commit is contained in:
@@ -177,6 +177,10 @@ export class MainThreadCommentController {
|
||||
this._reactions = reactions;
|
||||
}
|
||||
|
||||
get options() {
|
||||
return this._features.options;
|
||||
}
|
||||
|
||||
private readonly _threads: Map<number, MainThreadCommentThread> = new Map<number, MainThreadCommentThread>();
|
||||
public activeCommentThread?: MainThreadCommentThread;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user