You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description" : "Whether background indexing is enabled.",
@@ -28,8 +28,8 @@
28
28
"type" : "integer"
29
29
},
30
30
"cancelTextDocumentRequestsOnEditAndClose" : {
31
-
"description" : "Whether sending a `textDocument\/didChange` or `textDocument\/didClose` notification for a document should cancel all pending requests for that document.",
32
-
"markdownDescription" : "Whether sending a `textDocument\/didChange` or `textDocument\/didClose` notification for a document should cancel all pending requests for that document.",
31
+
"description" : "Whether sending a `textDocument/didChange` or `textDocument/didClose` notification for a document should cancel all pending requests for that document.",
32
+
"markdownDescription" : "Whether sending a `textDocument/didChange` or `textDocument/didClose` notification for a document should cancel all pending requests for that document.",
33
33
"type" : "boolean"
34
34
},
35
35
"clangdOptions" : {
@@ -75,10 +75,10 @@
75
75
"is-indexing-request"
76
76
],
77
77
"markdownEnumDescriptions" : [
78
-
"Enable support for the `textDocument\/onTypeFormatting` request.",
79
-
"Enable support for the `workspace\/_setOptions` request.",
80
-
"Enable the `workspace\/_sourceKitOptions` request.",
81
-
"Enable the `sourceKit\/_isIndexing` request."
78
+
"Enable support for the `textDocument/onTypeFormatting` request.",
79
+
"Enable support for the `workspace/_setOptions` request.",
80
+
"Enable the `workspace/_sourceKitOptions` request.",
0 commit comments