mirror of
https://github.com/microsoft/language-server-protocol.git
synced 2025-12-23 08:48:16 +00:00
parent
8c20ff0e56
commit
8c2799c5d4
7 changed files with 11 additions and 11 deletions
|
|
@ -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. */
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue