summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/lsp/deno.embedded_import_map.jsonc
AgeCommit message (Collapse)Author
2023-03-08refactor(lsp): improve test client initialization (#18015)David Sherret
2023-01-25feat: embed import map in the config file (#17478)Bartek IwaƄczuk
This commit changes handling of config file to enable specifying "imports" and "scopes" objects effectively making the configuration file an import map. "imports" and "scopes" take precedence over "importMap" configuration, but have lower priority than "--importmap" CLI flag. Co-authored-by: David Sherret <dsherret@users.noreply.github.com> Co-authored-by: David Sherret <dsherret@gmail.com>