mirror of
https://github.com/microsoft/language-server-protocol.git
synced 2025-12-23 08:48:16 +00:00
fix typo in WorkspaceEdit description
This commit is contained in:
parent
8b5accf1b2
commit
7002e062f2
1 changed files with 1 additions and 1 deletions
|
|
@ -585,7 +585,7 @@ export interface DeleteFile {
|
|||
|
||||
#### WorkspaceEdit
|
||||
|
||||
A workspace edit represents changes to many resources managed in the workspace. The edit should either provide `changes` or `documentChanges`. If the client can handle versioned document edits and if `documentChange`s are present, the latter are preferred over `changes`.
|
||||
A workspace edit represents changes to many resources managed in the workspace. The edit should either provide `changes` or `documentChanges`. If the client can handle versioned document edits and if `documentChanges` are present, the latter are preferred over `changes`.
|
||||
|
||||
```typescript
|
||||
export interface WorkspaceEdit {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue