mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 01:58:53 +01:00
details -> type
This commit is contained in:
@@ -1358,8 +1358,9 @@ export enum CompletionItemTag {
|
||||
|
||||
export interface CompletionItemLabel {
|
||||
name: string;
|
||||
// description?: string;
|
||||
details?: string;
|
||||
// signature?: string; // parameters
|
||||
// qualifier?: string;
|
||||
type?: string;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user