From 72ac9c3ae0c5db99af1e1f5d2191fb82dc092acd Mon Sep 17 00:00:00 2001 From: Kitson Kelly Date: Sun, 25 Jul 2021 15:33:42 +1000 Subject: fix(lsp): handle importmaps properly (#11496) Fixes: #11146 Fixes: #11456 Fixes: #10439 --- cli/tests/lsp/import-map.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 cli/tests/lsp/import-map.json (limited to 'cli/tests/lsp') diff --git a/cli/tests/lsp/import-map.json b/cli/tests/lsp/import-map.json new file mode 100644 index 000000000..75d5d0849 --- /dev/null +++ b/cli/tests/lsp/import-map.json @@ -0,0 +1,5 @@ +{ + "imports": { + "/~/": "./lib/" + } +} -- cgit v1.2.3