hardhat-vscode
hardhat-vscode copied to clipboard
Audo insert ';' at least on import
trafficstars
When completing an import: import "./X", we should auto append the ; to the end of the line. Our parsing is disrupted by the lack of a ;.