-
Notifications
You must be signed in to change notification settings - Fork 355
Open
Labels
feature-requestRequest for new features or functionalityRequest for new features or functionalityhelp wantedIssues identified as good community contribution opportunitiesIssues identified as good community contribution opportunities
Milestone
Description
Hello! I was wondering if y'all would accept a PR to add an ExtensionVersion
to ClientInfo
?
vscode-languageserver-node/protocol/src/common/protocol.ts
Lines 1389 to 1399 in 0280642
export interface ClientInfo { | |
/** | |
* The name of the client as defined by the client. | |
*/ | |
name: string; | |
/** | |
* The client's version as defined by the client. | |
*/ | |
version?: string; | |
} |
(I'd also be okay with a grab-bag object of object
!)
Metadata
Metadata
Assignees
Labels
feature-requestRequest for new features or functionalityRequest for new features or functionalityhelp wantedIssues identified as good community contribution opportunitiesIssues identified as good community contribution opportunities