hardhat-vscode
hardhat-vscode copied to clipboard
Move command execution to server side
trafficstars
Right now we are defining and executing commands on VSCode's client side. We could move that to the server by implementing the workspace/executeCommand method.
We should add analytics to determine how often the commands are being invoked.
Our attempt at his proved painful. We should look again at the commands we do support, and assess how often they are used.