From ab14bc361d9a3d6648cf22d7565a83a8a26cc24b Mon Sep 17 00:00:00 2001 From: Paul Razvan Berg Date: Sun, 20 Nov 2022 16:34:27 +0200 Subject: [PATCH] chore: add "src" to remappings The goal is to make paths work with VSCode's "Go to Definition" --- remappings.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/remappings.txt b/remappings.txt index 853e434..0c4be51 100644 --- a/remappings.txt +++ b/remappings.txt @@ -1,2 +1,3 @@ @prb/test/=lib/prb-test/src/ forge-std/=lib/forge-std/src/ +src/=src/