summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/lsp
diff options
context:
space:
mode:
authorKitson Kelly <me@kitsonkelly.com>2022-02-23 10:51:14 +1100
committerGitHub <noreply@github.com>2022-02-23 10:51:14 +1100
commitee27b9dd7e8ef311c6bfaa3264f7b9908a784a24 (patch)
tree34c5f1735defe6e6680ec97ba2f8f875721f94b1 /cli/tests/testdata/lsp
parent6613a312b160374ba7a86c3b88fb67c0fe4247e0 (diff)
feat: allow specification of import map in config file (#13739)
Closes: #12800
Diffstat (limited to 'cli/tests/testdata/lsp')
-rw-r--r--cli/tests/testdata/lsp/deno.import_map.jsonc3
1 files changed, 3 insertions, 0 deletions
diff --git a/cli/tests/testdata/lsp/deno.import_map.jsonc b/cli/tests/testdata/lsp/deno.import_map.jsonc
new file mode 100644
index 000000000..cee56432e
--- /dev/null
+++ b/cli/tests/testdata/lsp/deno.import_map.jsonc
@@ -0,0 +1,3 @@
+{
+ "importMap": "import-map.json"
+} \ No newline at end of file