Skip to content

Commit

Permalink
nixd/test: remove "didChange" in completion-attrset.md
Browse files Browse the repository at this point in the history
  • Loading branch information
inclyc committed Aug 26, 2023
1 parent e06753c commit 55d989c
Showing 1 changed file with 0 additions and 28 deletions.
28 changes: 0 additions & 28 deletions nixd/tools/nixd/test/completion-attrset.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,34 +43,6 @@ Complete this file:
}
```

```json
{
"jsonrpc": "2.0",
"method": "textDocument/didChange",
"params": {
"textDocument": {
"uri": "file:///foo.nix",
"version": 2
},
"contentChanges": [
{
"range": {
"start": {
"line": 3,
"character": 1
},
"end": {
"line": 3,
"character": 1
}
},
"rangeLength": 0,
"text": "."
}
]
}
}
```
```json
{
"jsonrpc": "2.0",
Expand Down

0 comments on commit 55d989c

Please sign in to comment.