From 773f882e5e7bcb93d4fd3ab66e56c6e422dfc97a Mon Sep 17 00:00:00 2001 From: Kitson Kelly Date: Thu, 10 Feb 2022 07:13:50 +1100 Subject: feat(lsp): provide completions from import map if available (#13624) Closes #13619 --- cli/tests/testdata/lsp/import-map-completions.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 cli/tests/testdata/lsp/import-map-completions.json (limited to 'cli/tests/testdata') diff --git a/cli/tests/testdata/lsp/import-map-completions.json b/cli/tests/testdata/lsp/import-map-completions.json new file mode 100644 index 000000000..f2275222a --- /dev/null +++ b/cli/tests/testdata/lsp/import-map-completions.json @@ -0,0 +1,7 @@ +{ + "imports": { + "/~/": "./lib/", + "fs": "https://example.com/fs/index.js", + "std/": "https://example.com/std@0.123.0/" + } +} -- cgit v1.2.3