denoland / fresh

The next-gen web framework.
https://fresh.deno.dev
MIT License
12.53k stars 648 forks source link

Location and description of import_map.json #2364

Closed k35o closed 1 month ago

k35o commented 7 months ago

.vscode/import_map.json is used in deno.json as well as .vscode/settings.json. If deno.json uses it, I thought it was fine to place it in root.

Even if not, I felt that the following notations should be eliminated.

  "scopes": {
    "THIS FILE EXISTS ONLY FOR VSCODE! IT IS NOT USED AT RUNTIME": {}
  },

https://github.com/denoland/fresh/blob/main/.vscode/import_map.json#L2-L4

marvinhagemeister commented 1 month ago

Closing as we removed it in the Fresh 2 codebase.