Releases: NomicFoundation/hardhat-vscode
Releases · NomicFoundation/hardhat-vscode
v0.6.4
0.6.4 - 2022-12-15
Added
- Solidity survey 2022 invitation (#312)
Fixed
- Updated hardhat version to latest, fixing validation for solcjs users (#305)
- Improved foundry import resolution (#308)
v0.6.3
0.6.3 - 2022-12-01
Fixed
- Fixed validation with solcjs (#294)
- Suppress output channel warnings around worker exit codes (#298)
Changed
- cache solc compiler paths for all adapters (#299)
v0.6.2
0.6.2 - 2022-11-25
Fixed
- Fix issue with calling fstat on non existent files
- Fix validation not working on files with whitespaces on their path (#289)
v0.6.1
Added
- Quickfixes for adding/removing data location keywords (#281)
Changed
- Update the version of
prettier-plugin-solidity
(#282)
Fixed
- Suppress errors when encountering a folder with a
.sol
ending (#285)
v0.6.0
0.6.0 - 2022-11-21
Added
- Validation for "standalone" solidity files not belonging to any project
- Experimental support for pure foundry projects and hybrid hardhat - foundry projects.
- Faster validation by tuning solc settings
Fixed
- Validation blocked on the entire project when there's an invalid import on a single file (#238)
- "Validator blocked" error before extension finished analysis stage
- Improved error messaging on failure to load hardhat
v0.5.5
0.5.5 - 2022-10-06
Fixed
- Attempting to validate non-hardhat contracts triggering a task error (#255)
v0.5.4
0.5.4 - 2022-09-27
Fixed
- Validation not working on windows with the latest hardhat version (#264)
v0.5.3
0.5.3 - 2022-09-21
Added
- Added support for remappings.txt file (#237)
- Add forge formatter as a formatting option (#239)
- Auto insert semicolon on import completion (#104)
Fixed
- Opening hardhat.config file fails on vscode web (#227)
- Incorrect diagnostic ranges on files with multibyte unicode characters (#248)
v0.5.2
0.5.2 - 2022-09-08
Added
- Added diagnostic for hardhat error 411 - library not installed (#242)
- Added task provider and commands (#70)
- Added link to error file on incorrect imports (#238)
v0.5.1
0.5.1 - 2022-08-18
Added
- Added quickfix for partially-specified multi override contract functions (#50)
- Added quickfix for missing license identifier (#26)
Fixed
- Fix open files not being analyzed because of validator not being ready (#229)