diff --git a/_specifications/lsp/3.17/notebookDocument/notebook.md b/_specifications/lsp/3.17/notebookDocument/notebook.md index 91a5530..216227a 100644 --- a/_specifications/lsp/3.17/notebookDocument/notebook.md +++ b/_specifications/lsp/3.17/notebookDocument/notebook.md @@ -171,7 +171,7 @@ export type NotebookDocumentFilter = { /** The type of the enclosing notebook. */ notebookType: string; - /** A Uri [scheme](#Uri.scheme), like `file` or `untitled`. */ + /** A Uri scheme, like `file` or `untitled`. */ scheme?: string; /** A glob pattern. */ @@ -180,7 +180,7 @@ export type NotebookDocumentFilter = { /** The type of the enclosing notebook. */ notebookType?: string; - /** A Uri [scheme](#Uri.scheme), like `file` or `untitled`.*/ + /** A Uri scheme, like `file` or `untitled`.*/ scheme: string; /** A glob pattern. */ @@ -189,7 +189,7 @@ export type NotebookDocumentFilter = { /** The type of the enclosing notebook. */ notebookType?: string; - /** A Uri [scheme](#Uri.scheme), like `file` or `untitled`. */ + /** A Uri scheme, like `file` or `untitled`. */ scheme?: string; /** A glob pattern. */ diff --git a/_specifications/lsp/3.17/types/documentFilter.md b/_specifications/lsp/3.17/types/documentFilter.md index 8aa72c6..b461b3e 100644 --- a/_specifications/lsp/3.17/types/documentFilter.md +++ b/_specifications/lsp/3.17/types/documentFilter.md @@ -14,7 +14,7 @@ export interface DocumentFilter { language?: string; /** - * A Uri [scheme](#Uri.scheme), like `file` or `untitled`. + * A Uri scheme, like `file` or `untitled`. */ scheme?: string; diff --git a/_specifications/lsp/3.18/notebookDocument/notebook.md b/_specifications/lsp/3.18/notebookDocument/notebook.md index 5142935..6bb67c4 100644 --- a/_specifications/lsp/3.18/notebookDocument/notebook.md +++ b/_specifications/lsp/3.18/notebookDocument/notebook.md @@ -174,7 +174,7 @@ export type NotebookDocumentFilter = { notebookType: string; /** - * A Uri [scheme](#Uri.scheme), like `file` or `untitled`. + * A Uri scheme, like `file` or `untitled`. */ scheme?: string; @@ -189,7 +189,7 @@ export type NotebookDocumentFilter = { notebookType?: string; /** - * A Uri [scheme](#Uri.scheme), like `file` or `untitled`. + * A Uri scheme, like `file` or `untitled`. */ scheme: string; @@ -204,7 +204,7 @@ export type NotebookDocumentFilter = { notebookType?: string; /** - * A Uri [scheme](#Uri.scheme), like `file` or `untitled`. + * A Uri scheme, like `file` or `untitled`. */ scheme?: string; diff --git a/_specifications/lsp/3.18/types/documentFilter.md b/_specifications/lsp/3.18/types/documentFilter.md index 6655dd1..801f178 100644 --- a/_specifications/lsp/3.18/types/documentFilter.md +++ b/_specifications/lsp/3.18/types/documentFilter.md @@ -14,7 +14,7 @@ export interface DocumentFilter { language?: string; /** - * A Uri [scheme](#Uri.scheme), like `file` or `untitled`. + * A Uri scheme, like `file` or `untitled`. */ scheme?: string; diff --git a/_specifications/specification-3-14.md b/_specifications/specification-3-14.md index e303a3a..3ee60e3 100644 --- a/_specifications/specification-3-14.md +++ b/_specifications/specification-3-14.md @@ -768,7 +768,7 @@ export interface DocumentFilter { language?: string; /** - * A Uri [scheme](#Uri.scheme), like `file` or `untitled`. + * A Uri scheme, like `file` or `untitled`. */ scheme?: string; diff --git a/_specifications/specification-3-15.md b/_specifications/specification-3-15.md index a6e1708..d2732e3 100644 --- a/_specifications/specification-3-15.md +++ b/_specifications/specification-3-15.md @@ -936,7 +936,7 @@ export interface DocumentFilter { language?: string; /** - * A Uri [scheme](#Uri.scheme), like `file` or `untitled`. + * A Uri scheme, like `file` or `untitled`. */ scheme?: string; diff --git a/_specifications/specification-3-16.md b/_specifications/specification-3-16.md index b6f93b3..4e62fb0 100644 --- a/_specifications/specification-3-16.md +++ b/_specifications/specification-3-16.md @@ -1253,7 +1253,7 @@ export interface DocumentFilter { language?: string; /** - * A Uri [scheme](#Uri.scheme), like `file` or `untitled`. + * A Uri scheme, like `file` or `untitled`. */ scheme?: string;