mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 01:58:53 +01:00
Add signature/qualifier for #39441
Squashed commit of the following: commit2bbee1ef5dAuthor: Pine Wu <octref@gmail.com> Date: Wed Jan 22 11:48:44 2020 +0100 Separate testing changes commit047e81e90fAuthor: Pine Wu <octref@gmail.com> Date: Wed Jan 22 11:44:30 2020 +0100 Tweak layout commit078b21f6dcAuthor: Pine Wu <octref@gmail.com> Date: Tue Jan 21 15:20:07 2020 +0100 UI changes commita869c0fa50Author: Pine Wu <octref@gmail.com> Date: Tue Jan 21 12:28:35 2020 +0100 WIP
This commit is contained in:
@@ -1358,8 +1358,8 @@ export enum CompletionItemTag {
|
||||
|
||||
export interface CompletionItemLabel {
|
||||
name: string;
|
||||
// signature?: string; // parameters
|
||||
// qualifier?: string;
|
||||
signature?: string;
|
||||
qualifier?: string;
|
||||
type?: string;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user