Skip to content

Releases: NomicFoundation/hardhat-vscode

0.8.3 - 2024-05-08

08 May 16:19
Compare
Choose a tag to compare

Added

  • Add support for region comments (526)
  • Bump Slang to 0.14.2 (565)

💡 The Nomic Foundation is hiring! Check our open positions.


v0.8.0

17 Apr 16:38
Compare
Choose a tag to compare

Added

  • Enable Semantic Highlighting and Document Symbols behind a feature flag (#523)

💡 The Nomic Foundation is hiring! Check our open positions.


v0.7.2

24 May 16:14
Compare
Choose a tag to compare

0.7.2 - 2023-05-24

Fixed

  • Load Truffle config in child process to avoid unhandled exceptions (#492)
  • Catch exceptions during Truffle initialization scan for global node_modules (#486)
  • Highlight @inheritdoc within natspec comments (#489)

v0.7.1

03 May 13:45
Compare
Choose a tag to compare

0.7.1 - 2023-05-03

Fixed

  • Support absolute path remappings on foundry projects (#476)
  • Stop Truffle initialization errors escaping adapter context (#473)
  • Fix sync forge fmt calls that block the langauge server (#462)
  • Fix node 14 support for the language server (#461)

v0.7.0

26 Apr 17:00
Compare
Choose a tag to compare

0.7.0 - 2023-04-26

Added

  • Experimental support for Truffle projects (#45)
  • Experimental support for Ape projects (#391)

v0.6.16

19 Apr 13:05
Compare
Choose a tag to compare

0.6.16 - 2023-04-18

Changed

  • Move formatting to language server, to allow use from CoC (#300)

Fixed

  • Suppress file access errors on scans (#448)

v0.6.15

30 Mar 15:33
Compare
Choose a tag to compare

0.6.15 - 2023-03-30

Added

  • Type Names and arrays syntax highlighting (#385)

Fixed

  • Environment variable clash with NODE_ENV (#439)

v0.6.14

20 Mar 17:39
Compare
Choose a tag to compare

0.6.14 - 2023-03-20

Fixed

  • Missing content-length header error on vim-coc extension.

v0.6.13

20 Mar 12:47
Compare
Choose a tag to compare

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

09 Mar 12:20
Compare
Choose a tag to compare

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