From abe11d680682063c489995f776fea0a0ccf735e9 Mon Sep 17 00:00:00 2001 From: r4bbit <445106+0x-r4bbit@users.noreply.github.com> Date: Tue, 10 Oct 2023 13:52:10 +0200 Subject: [PATCH] fix(remappings): add trailing slash to OZ remapping (#26) Even though import lookup during compilation works fine without it, language servers get confused and expect the trailing slash. --- remappings.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/remappings.txt b/remappings.txt index ff18d96..094529f 100644 --- a/remappings.txt +++ b/remappings.txt @@ -1,2 +1,2 @@ forge-std/=lib/forge-std/src/ -@openzeppelin/contracts/=lib/openzeppelin-contracts/contracts +@openzeppelin/contracts/=lib/openzeppelin-contracts/contracts/