chialisp-lsp-client READMEA rust based chialisp language server client delivered with a rust client compiled to webassembly. The rust client uses much of the same code as chia's chialisp compiler, but tries to be more lenient and faster to use incrementally. Features
Requirements
Required to build:
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"] } Known IssuesCurrently, the language server is in beta. There are no specific known bugs at this point, but we expect continued updates as bugs are encountered, leading up to a full release. Release Notes0.0.1 (2022/09/28)
|