From 55d989cc0ab226aaf24300e7c5324003bca79c38 Mon Sep 17 00:00:00 2001 From: Yingchi Long Date: Sat, 26 Aug 2023 15:47:23 +0800 Subject: [PATCH] nixd/test: remove "didChange" in completion-attrset.md Preventing non-deterministic order of AST construction. See: https://github.com/nix-community/nixd/actions/runs/5973593423 And: https://github.com/nix-community/nixd/actions/runs/5973593116 --- nixd/tools/nixd/test/completion-attrset.md | 28 ---------------------- 1 file changed, 28 deletions(-) diff --git a/nixd/tools/nixd/test/completion-attrset.md b/nixd/tools/nixd/test/completion-attrset.md index 52ab8ffc9..8d5feba1e 100644 --- a/nixd/tools/nixd/test/completion-attrset.md +++ b/nixd/tools/nixd/test/completion-attrset.md @@ -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",