Releases: NomicFoundation/hardhat-vscode
Releases · NomicFoundation/hardhat-vscode
0.8.6 - 2024-09-16
Added
- Turn on Slang features unconditionally (598)
💡 The Nomic Foundation is hiring! Check our open positions.
0.8.4 - 2024-06-24
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
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
Added
- Enable Semantic Highlighting and Document Symbols behind a feature flag (#523)
💡 The Nomic Foundation is hiring! Check our open positions.
v0.7.2
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
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
0.7.0 - 2023-04-26
Added
- Experimental support for Truffle projects (#45)
- Experimental support for Ape projects (#391)
v0.6.16
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
0.6.15 - 2023-03-30
Added
- Type Names and arrays syntax highlighting (#385)
Fixed
- Environment variable clash with
NODE_ENV
(#439)