multiversx / mx-ide-vscode

💻 VS Code extension for developing MultiversX Smart Contracts - Rust, C and C++.
MIT License
70 stars 36 forks source link

Update 'MultiversX: Install the rust debugger pretty printer script' default input #67

Closed mihaela06 closed 1 year ago

mihaela06 commented 1 year ago

The rust debugger pretty script file was renamed from mx_sc_lldb_pretty_printers.py to multiversx_sc_lldb_pretty_printers.py a couple of weeks ago. However, the default input when running MultiversX: Install the rust debugger pretty printer script doesn't reflect this change. Without providing manually the updated path, the request fails with status code 404.

Tested on v0.16.0 using VS Code v1.74.3 running under Ubuntu WSL (Windows 11).

andreibancioiu commented 1 year ago

@mihaela06, thank you for reporting this, we will handle it tomorrow :pray:

The fix will be similar to this one: https://github.com/multiversx/mx-ide-vscode/pull/59/files

andreibancioiu commented 1 year ago

The issue will be fixed by https://github.com/multiversx/mx-ide-vscode/pull/68.

Thank you :)

andreibancioiu commented 1 year ago

Should be fixed in 0.16.1 (released a couple of minutes ago) :pray: