mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Merge from vscode da3c97f3668393ebfcb9f8208d7616018d6d1859 (#5360)
This commit is contained in:
12
src/vs/vscode.proposed.d.ts
vendored
12
src/vs/vscode.proposed.d.ts
vendored
@@ -738,7 +738,17 @@ declare module 'vscode' {
|
||||
/**
|
||||
* A comment is displayed within the editor or the Comments Panel, depending on how it is provided.
|
||||
*/
|
||||
export class CommentLegacy extends Comment {
|
||||
export interface Comment {
|
||||
/**
|
||||
* The display name of the user who created the comment
|
||||
*/
|
||||
readonly userName: string;
|
||||
|
||||
/**
|
||||
* The icon path for the user who created the comment
|
||||
*/
|
||||
readonly userIconPath?: Uri;
|
||||
|
||||
/**
|
||||
* The id of the comment
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user