summaryrefslogtreecommitdiff
path: root/cli/tests/lsp/did_change_notification_mbc.json
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/lsp/did_change_notification_mbc.json')
-rw-r--r--cli/tests/lsp/did_change_notification_mbc.json25
1 files changed, 25 insertions, 0 deletions
diff --git a/cli/tests/lsp/did_change_notification_mbc.json b/cli/tests/lsp/did_change_notification_mbc.json
new file mode 100644
index 000000000..fed742d39
--- /dev/null
+++ b/cli/tests/lsp/did_change_notification_mbc.json
@@ -0,0 +1,25 @@
+{
+ "jsonrpc": "2.0",
+ "method": "textDocument/didChange",
+ "params": {
+ "textDocument": {
+ "uri": "file:///a/file.ts",
+ "version": 2
+ },
+ "contentChanges": [
+ {
+ "range": {
+ "start": {
+ "line": 1,
+ "character": 11
+ },
+ "end": {
+ "line": 1,
+ "character": 13
+ }
+ },
+ "text": ""
+ }
+ ]
+ }
+}