Skip to content

Commit

Permalink
chore: add hint for mapping internal modules (#559)
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinhagemeister authored Jul 8, 2024
1 parent 3b9644c commit 87866b6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions runtime/manual/references/contributing/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,12 @@ cargo test --features hmr integration::node_unit_tests::os_test
Also remember to reference this feature flag in your editor settings. For VSCode
users, combine the following into your workspace file:

```json
```jsonc
{
"settings": {
"rust-analyzer.cargo.features": ["hmr"]
"rust-analyzer.cargo.features": ["hmr"],
// Adds support for resolving internal `ext:*` modules
"deno.importMap": "tools/core_import_map.json"
}
}
```
Expand Down

0 comments on commit 87866b6

Please sign in to comment.