Releases: NomicFoundation/hardhat-vscode
Releases · NomicFoundation/hardhat-vscode
v0.6.14
0.6.14 - 2023-03-20
Fixed
Missing content-length header
error on vim-coc extension.
v0.6.13
0.6.13 - 2023-03-16
Added
- auto-import for Hardhat console.log (#244)
Fixed
- Forge fmt use with monorepos (#410)
- Highlight user-defined value types (#420)
- Update project metadata on file renames/deletes (#387)
v0.6.12
0.6.12 - 2023-03-08
Added
- notifications for project-level errors
- re-validate documents when changing editor windows
Changed
- updated prettier-plugin-solidity to support named mapping params
- updated node-languageserver package to reduce protocol errors on vim.coc
v0.6.11
0.6.11 - 2023-02-23
Changed
- improve forge fmt speed through caching (#380)
- throttle project initalization to cap max cpu usage (#389)
v0.6.10
0.6.10 - 2023-02-15
Changed
- Optimize initial indexing by only analysing local files (#302)
- Reduced deps for coc-solidity (#373)
Fixed
- Mimic foundry solc input mapping (#377)
v0.6.9
0.6.9 - 2023-01-20
Added
- Natspec completions (#342)(#343)(#296)
- Updated parser to support latest solidity syntax
Fixed
- Improve forge binary lookup (#354)
- Fix logic on checking workspace folder capability (#375)
v0.6.8
0.6.8 - 2023-01-16
Added
- Provide cli invocation for standalone language server (#341)
Changed
- Re-ask to allow telemetry (#370)
- Refine telemetry for coc and different development frameworks (#320, #338 & #340)
v0.6.7
0.6.7 - 2023-01-09
Added
- Quickfix for non checksummed addresses
- Track timing on analysis
- Add
encodeCall
completion to abi
Fixed
- Status item links on windows
- Foundry validation on windows
v0.6.6
0.6.6 - 2022-12-22
Changed
- Updated logo and extension naming in docs (#311)
Fixed
- Forge fmt respects project's foundry.toml (#316)
v0.6.5
0.6.5 - 2022-12-21
Added
- Custom protocol testing framework + test suite
Fixed
- Bundled extension properly, including hardhat 2.12.4 which fixes the
.js on undefined
error on solcjs users.