neo-project / neo-debugger

Neo Smart Contract Debugger for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=ngd-seattle.neo-contract-debug
MIT License
23 stars 17 forks source link

Request for "Enable separate storage file that supported base64" in launch.json config #166

Open RawichK opened 2 years ago

RawichK commented 2 years ago

To get the storage from rpc I used findstates, after that I need to convert to hex and put them into launch.json as key-value pairs which take time for conversion process, and the final launch.json file will be very long.

Therefore, I would like to request for "Enable separate storage file that supported base64" in launch.json config

Best regards,