John Kane
John Kane
> I don't think we change the current commands. I think we keep it in mind when rolling out further tasks.
The build tasks show the config file as an absolute path, but we should display relative to the workspace folder:  vs  Note that vscode auto-shows workspace folder name...
I pulled the latest and ran through tests on windows. I am seeing the relative urls, but it appears that some hardhat projects are under the wrong workspace folder. Should...
Should the directory for the task be relative to the workspace folder (rather than packages)? 
When I use the command palette to `Run Test task`, i initially get a test task for each hardhat project. If I run a test task and then go back...
I think this is related to an issue @fvictorio where the "Find Usages" seems not to be updated after an edit on a large repo (the balancer repo). We should...
Hey @scorpion9979, just to clarify is the idea here that the inheritdoc would become a link of some sort, or that we swap in the documentation inline?
@JIC1816 I am afraid we don't support this feature yet. In general we avoid formatting syntactically incorrect code (solidity code requires the semi-colons - unlike javascript for instance). We have...
Maybe just watch `package.json` for changes to deps?
That is a great feature and one we want to deliver. The reason we don't show the documentation against the function currently is that our parser ignores comments (it is...