READMEA rust based Chialisp language server client delivered with a rust client compiled
to webassembly (wasm). This extension uses the modern Chialisp compiler from To use as a Visual Studio Code extension, simply install the extension from the extension marketplace https://marketplace.visualstudio.com/items?itemName=ChiaNetwork.chialisp Features
Requirements
Required to build:
TestingFrom the root directory of the repo, run:
Extension SettingsFor best results, put a chialisp.json file in your workspace root that lists the directories you'll be including other files from. { "include_paths": ["/home/person/dev/chia-blockchain/chia/wallet/puzzles"] } Manual Building Steps:This is not required to use the extension, as it is available fully compiled and ready to use directly from the vscode extension marketplace. However, if you wish to make code changes or want to manually build this extension, you can follow the below steps:
|