mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-19 14:49:48 +01:00
move CommentThread.canReply to d.ts.
This commit is contained in:
Vendored
+6
@@ -11697,6 +11697,12 @@ declare module 'vscode' {
|
||||
*/
|
||||
collapsibleState: CommentThreadCollapsibleState;
|
||||
|
||||
/**
|
||||
* Whether the thread supports reply.
|
||||
* Defaults to true.
|
||||
*/
|
||||
canReply: boolean;
|
||||
|
||||
/**
|
||||
* Context value of the comment thread. This can be used to contribute thread specific actions.
|
||||
* For example, a comment thread is given a context value as `editable`. When contributing actions to `comments/commentThread/title`
|
||||
|
||||
Vendored
-10
@@ -2159,16 +2159,6 @@ declare module 'vscode' {
|
||||
|
||||
//#endregion
|
||||
|
||||
//#region https://github.com/microsoft/vscode/issues/102665 Comment API @rebornix
|
||||
export interface CommentThread {
|
||||
/**
|
||||
* Whether the thread supports reply.
|
||||
* Defaults to true.
|
||||
*/
|
||||
canReply: boolean;
|
||||
}
|
||||
//#endregion
|
||||
|
||||
//#region https://github.com/microsoft/vscode/issues/108929 FoldingRangeProvider.onDidChangeFoldingRanges @aeschli
|
||||
export interface FoldingRangeProvider2 extends FoldingRangeProvider {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user