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
// Range an optional range inside the text document that is used to visualize the hover, e.g. by changing the
2018
2018
// background color.
@@ -2755,7 +2755,7 @@ type TextDocumentFilterLanguage struct {
2755
2755
2756
2756
// Pattern a glob pattern, like **/*.{ts,js}. See TextDocumentFilter for examples. 3.18.0 - support for relative patterns. Whether clients support relative patterns depends on the client capability `textDocuments.filters.relativePatternSupport`.
// TextDocumentFilterScheme a document filter where `scheme` is required field.
@@ -2774,7 +2774,7 @@ type TextDocumentFilterScheme struct {
2774
2774
2775
2775
// Pattern a glob pattern, like **/*.{ts,js}. See TextDocumentFilter for examples. 3.18.0 - support for relative patterns. Whether clients support relative patterns depends on the client capability `textDocuments.filters.relativePatternSupport`.
// TextDocumentFilterPattern a document filter where `pattern` is required field.
@@ -2793,5 +2793,5 @@ type TextDocumentFilterPattern struct {
2793
2793
2794
2794
// Pattern a glob pattern, like **/*.{ts,js}. See TextDocumentFilter for examples. 3.18.0 - support for relative patterns. Whether clients support relative patterns depends on the client capability `textDocuments.filters.relativePatternSupport`.
0 commit comments