Skip to content

Releases: argon-rbx/argon-vscode

2.0.6

16 Jun 22:30
Compare
Choose a tag to compare

Added

  • Automatic completion for lua_extension setting

Fixed

  • Argon version at the top of the quick pick menu is now displayed properly

Full Changelog: 2.0.5...2.0.6

2.0.5

10 May 13:47
Compare
Choose a tag to compare

Fixed

  • Hot fixed Init command, caused by broken flag parsing

Full Changelog: 2.0.4...2.0.5

2.0.4

08 May 22:24
Compare
Choose a tag to compare

Added

  • It is now possible to open .rbxl pr .rbxlx file using Studio command
  • Session restoring now supports Build and Sourcemap commands
  • Completion for CLI global configuration (**/.argon/config.toml)

Changed

  • Last used command options are now saved separately from each command
  • Reduced number of notifications by ignoring unimportant messages
  • Minimum supported VS Code version is now 1.70.0

Fixed

2.0.3

05 May 21:37
Compare
Choose a tag to compare

Changed

  • Made Stop command simpler when there is only one session running

2.0.2

04 May 22:29
Compare
Choose a tag to compare

Added

  • Update command to manually check for Argon updates
  • JSON schema for *.model.json files

Changed

  • Argon now checks for updates automatically every time you start extension
  • Init command now overrides the global CLI config

2.0.1

02 May 22:34
Compare
Choose a tag to compare

Added

  • Server address preview when running Argon Stop, suggested by @Arid
  • Verbose mode in the extension settings to enable easier debugging
  • Option to uninstall Argon plugin

Improved

  • It is now possible to stop multiple Argon instances at once
  • Argon CLI output is now captured in a better way proving more up to date info

2.0.0

01 May 19:17
Compare
Choose a tag to compare
  • Initial release