Closed k35o closed 1 month 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.
.vscode/import_map.json
deno.json
.vscode/settings.json
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
Closing as we removed it in the Fresh 2 codebase.
.vscode/import_map.json
is used indeno.json
as well as.vscode/settings.json
. Ifdeno.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.
https://github.com/denoland/fresh/blob/main/.vscode/import_map.json#L2-L4