File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 2081
2081
"method" : " workspace/didChangeWorkspaceFolders" ,
2082
2082
"typeName" : " DidChangeWorkspaceFoldersNotification" ,
2083
2083
"messageDirection" : " clientToServer" ,
2084
+ "clientCapability" : " workspace.workspaceFolders" ,
2084
2085
"serverCapability" : " workspace.workspaceFolders.changeNotifications" ,
2085
2086
"params" : {
2086
2087
"kind" : " reference" ,
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ export namespace DidChangeWorkspaceFoldersNotification {
62
62
export const type = new ProtocolNotificationType < DidChangeWorkspaceFoldersParams , void > ( method ) ;
63
63
export type HandlerSignature = NotificationHandler < DidChangeWorkspaceFoldersParams > ;
64
64
export type MiddlewareSignature = ( params : DidChangeWorkspaceFoldersParams , next : HandlerSignature ) => void ;
65
- export const capabilities = CM . create ( undefined , 'workspace.workspaceFolders.changeNotifications' ) ;
65
+ export const capabilities = CM . create ( 'workspace.workspaceFolders' , 'workspace.workspaceFolders.changeNotifications' ) ;
66
66
}
67
67
68
68
/**
You can’t perform that action at this time.
0 commit comments