Last updated
Last updated
Vscode extension developers can use Ethcode API following vscode extension API spec to interact with.
Read more about extension API here - .
Read more about vscode extension development here -
extensionDependencies
to the package.json
file of your extension.getExtension
and Ethcode API exports inside your extension.ts
api
variable to call ethcode API functions.To Check if API is working or not you can hit status API end point.
Ethcode API is exported as a vscode extension API.