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 20812081 "method" : " workspace/didChangeWorkspaceFolders" ,
20822082 "typeName" : " DidChangeWorkspaceFoldersNotification" ,
20832083 "messageDirection" : " clientToServer" ,
2084+ "clientCapability" : " workspace.workspaceFolders" ,
20842085 "serverCapability" : " workspace.workspaceFolders.changeNotifications" ,
20852086 "params" : {
20862087 "kind" : " reference" ,
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ export namespace DidChangeWorkspaceFoldersNotification {
6262 export const type = new ProtocolNotificationType < DidChangeWorkspaceFoldersParams , void > ( method ) ;
6363 export type HandlerSignature = NotificationHandler < DidChangeWorkspaceFoldersParams > ;
6464 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' ) ;
6666}
6767
6868/**
You can’t perform that action at this time.
0 commit comments