Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixes #104 : Clarify how multiple TextEdits should be resolved when g…
…iven in batch.
  • Loading branch information
dbaeumer committed Oct 31, 2016
1 parent a92c0b5 commit e1e5950
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions protocol.md
Expand Up @@ -329,6 +329,8 @@ interface TextEdit {
}
```

If n `TextEdit`s are applied to a text document all text edits describe changes to the initial document version. Execution wise text edits should applied from the bottom to the top of the text document. Overlapping text edits are not supported.

#### WorkspaceEdit

A workspace edit represents changes to many resources managed in the workspace.
Expand Down

0 comments on commit e1e5950

Please sign in to comment.