This repository has been archived by the owner on Nov 20, 2024. It is now read-only.
Releases: multiversx/mx-deprecated-ide-vscode
Releases · multiversx/mx-deprecated-ide-vscode
Reference newest erdpy (and newest templates)
- Reference newest erdpy (and newest templates)
Reference newest erdpy (and newest templates)
Reference newest erdpy (and newest templates).
Reference newest erdpy (and newest templates)
- Reference newest erdpy (and newest templates).
Reference newest erdpy, minor fixes
- Reference new erdpy
- Fix
USERS
environment variable (provided to snippets).
Better snippets. Reference new erdpy.
PR #13.
- Add support for more
snippets.sh
files (the ones with suffix*.snippets.sh
are recognized). - Do not allow "right-click, run snippets" on
*.snippets.sh
files. Command has to be triggered at contract-level. - Reference newest erdpy (v0.9.8).
Reference newest erdpy
- Reference newest erdpy.
Reference newest erdpy
- Reference newest erdpy.
Reference newest erdpy
- Reference newest erdpy.
UX Improvements: local testnet, better snippets. Extra minor fixes.
- Run local testnet (start, stop, start fresh) from contextual menu. Enhance terminals.
- Snippets: skip running snippet if none chosen.
- Snippets: pass extra (useful) variables into snippets.
- Snippets. Integrate with
erdpy data
. - Snippets, wait for process in Terminal to finish.
- Setup workspace - add
.gitignore
file if missing. - Reference newest erdpy.
More robust procedure for setting up environment variables
- Handle particularities of Rust extension (e.g. disable RLS at start-up, expect explicit start).
- Pass
env
when running commands in the integrated terminal as well (instead of only relying on the content ofsettings.json
- which the user may not accept, when asked). - Add debugging items in
launch.json
,tasks.json
- dump environment variables; useful for debugging eventual bugs related to env vars. - Refactoring.
PR: #11