From 097e9c44f4d4c7daae7d8113c391bd24d29e7119 Mon Sep 17 00:00:00 2001 From: Kitson Kelly Date: Thu, 25 Feb 2021 14:33:09 +1100 Subject: feat(runtime): stabilise permissions and add event target capabilities (#9573) --- cli/tests/lsp/did_open_notification_unstable.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/tests/lsp') 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" } } } -- cgit v1.2.3