diff options
| author | Kitson Kelly <me@kitsonkelly.com> | 2021-02-25 14:33:09 +1100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-25 14:33:09 +1100 |
| commit | 097e9c44f4d4c7daae7d8113c391bd24d29e7119 (patch) | |
| tree | dd6b8bd34c9e762f42eadc59ebcfcbca7e4faf43 /cli/tests/lsp | |
| parent | 90e4c5dcde99c5f0a1aaa18c0ad786613174085b (diff) | |
feat(runtime): stabilise permissions and add event target capabilities (#9573)
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" } } } |
