File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -561,7 +561,7 @@ export class LanguageClientManager {
561
561
} ,
562
562
errorHandler : new SourceKitLSPErrorHandler ( 5 ) ,
563
563
initializationOptions : {
564
- peekDocuments : true , // workaround for client capability to handle `PeekDocumentsRequest`
564
+ "workspace/ peekDocuments" : true , // workaround for client capability to handle `PeekDocumentsRequest`
565
565
} ,
566
566
} ;
567
567
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ export interface PeekDocumentsResult {
48
48
*
49
49
* This request is handled by the client to show the given documents in a "peeked" editor (i.e. inline with / inside the editor canvas).
50
50
*
51
- * It requires the experimental client capability `"peekDocuments"` to use.
51
+ * It requires the experimental client capability `"workspace/ peekDocuments"` to use.
52
52
*/
53
53
export const PeekDocumentsRequest = new langclient . RequestType <
54
54
PeekDocumentsParams ,
You can’t perform that action at this time.
0 commit comments