Releases: NomicFoundation/hardhat-vscode
Releases · NomicFoundation/hardhat-vscode
v0.8.8
Added
- Add Solidity Survey 2024 popup (#625)
Fixed
- Scan additional
forge
path on Windows for formatting commands, thanks @akshatmittal (#515)
💡 The Nomic Foundation is hiring! Check our open positions.
0.8.7 - 2024-11-25
Fixed
- Fix for Solidity highlighting in Markdown files (#616)
💡 The Nomic Foundation is hiring! Check our open positions.
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)