restrict path applied for import maps
hi, is it possible to restrict importmap application to only specific path? the rationale is:
- vscode_deno doesn't support multiple deno.json per workspaces: https://github.com/denoland/vscode_deno/issues/701
- one needs to be published as a npm/deno library and the other is backend server, so library shouldn't be able to use import map
feels very xy problem, but i wasn't able to figure a better way. has anyone met similar problem? should i ditch importmap alltogether? thanks in advance.
- vscode_deno doesn't support multiple deno.json per workspaces: https://github.com/denoland/vscode_deno/issues/701
- one needs to be published as a npm/deno library and the other is backend server, so library shouldn't be able to use import map
feels very xy problem, but i wasn't able to figure a better way. has anyone met similar problem? should i ditch importmap alltogether? thanks in advance.

GitHub
Currently the status bar shows the current version of Deno, but it should also be able to identify the configuration file being used. The built-in TypeScript status provides a good example of what ...
