diff options
Diffstat (limited to 'cli/tests/lsp')
| -rw-r--r-- | cli/tests/lsp/did_open_notification_unstable.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tests/lsp/did_open_notification_unstable.json b/cli/tests/lsp/did_open_notification_unstable.json index 583eafdef..bb7a1f679 100644 --- a/cli/tests/lsp/did_open_notification_unstable.json +++ b/cli/tests/lsp/did_open_notification_unstable.json @@ -6,7 +6,7 @@ "uri": "file:///a/file.ts", "languageId": "typescript", "version": 1, - "text": "console.log(Deno.permissions);\n" + "text": "console.log(Deno.openPlugin);\n" } } } |
