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.
This commit is contained in:
r4bbit 2023-10-10 13:52:10 +02:00 committed by GitHub
parent 1626e62fa5
commit abe11d6806
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,2 +1,2 @@
forge-std/=lib/forge-std/src/
@openzeppelin/contracts/=lib/openzeppelin-contracts/contracts
@openzeppelin/contracts/=lib/openzeppelin-contracts/contracts/