Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-03-08 | refactor(lsp): improve test client initialization (#18015) | David Sherret | |
2023-01-25 | feat: 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> |