summaryrefslogtreecommitdiff
path: root/cli/tests/lsp
diff options
context:
space:
mode:
authorKitson Kelly <me@kitsonkelly.com>2021-07-25 15:33:42 +1000
committerGitHub <noreply@github.com>2021-07-25 15:33:42 +1000
commit72ac9c3ae0c5db99af1e1f5d2191fb82dc092acd (patch)
treed1120201acc158155ea9a76d4b7896221489c9e9 /cli/tests/lsp
parent74c7559d2029539eb6ab7459c06061c00b3e0c1a (diff)
fix(lsp): handle importmaps properly (#11496)
Fixes: #11146 Fixes: #11456 Fixes: #10439
Diffstat (limited to 'cli/tests/lsp')
-rw-r--r--cli/tests/lsp/import-map.json5
1 files changed, 5 insertions, 0 deletions
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/"
+ }
+}