Skip to content

Releases: NomicFoundation/hardhat-vscode

0.8.5 - 2024-08-15

16 Aug 21:07
Compare
Choose a tag to compare

Added

  • Bump Slang to 0.16.0 (588)

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


0.8.4 - 2024-06-24

28 Jun 19:52
Compare
Choose a tag to compare

Added

  • add markdown syntax support (575)
  • Bump Slang to 0.15.1 (578)

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


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.