hardhat-vscode icon indicating copy to clipboard operation
hardhat-vscode copied to clipboard

Support VSCode web

Open kanej opened this issue 2 years ago • 0 comments
trafficstars

Our extension currently can't be installed on vscode for web. The web execution host doesn't allow file access in the way node does. We would need to restructure the plugin, to separate out features that can be used without node apis from those that can.

A starting move might be to turn on the webextension but only support syntax highlighting, then evaluate how much effort is required to get navigation, with that knowledge we can feed back to slang.

kanej avatar Jan 03 '23 11:01 kanej