Skip to content
This repository has been archived by the owner on Nov 20, 2024. It is now read-only.

Releases: multiversx/mx-deprecated-ide-vscode

Reference newest erdpy (and newest templates)

28 Dec 07:18
Compare
Choose a tag to compare
  • Reference newest erdpy (and newest templates)

Reference newest erdpy (and newest templates)

24 Dec 18:28
519d864
Compare
Choose a tag to compare

Reference newest erdpy (and newest templates).

Reference newest erdpy (and newest templates)

16 Dec 14:51
Compare
Choose a tag to compare
  • Reference newest erdpy (and newest templates).

Reference newest erdpy, minor fixes

14 Dec 12:06
Compare
Choose a tag to compare
  • Reference new erdpy
  • Fix USERS environment variable (provided to snippets).

Better snippets. Reference new erdpy.

09 Dec 23:57
de55046
Compare
Choose a tag to compare

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

28 Oct 11:55
Compare
Choose a tag to compare
  • Reference newest erdpy.

Reference newest erdpy

27 Oct 12:16
Compare
Choose a tag to compare
  • Reference newest erdpy.

Reference newest erdpy

26 Oct 14:40
Compare
Choose a tag to compare
  • Reference newest erdpy.

UX Improvements: local testnet, better snippets. Extra minor fixes.

26 Oct 08:22
Compare
Choose a tag to compare
  • 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

13 Oct 21:43
Compare
Choose a tag to compare
  • 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 of settings.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