Skip to content

Releases: argon-rbx/argon-vscode

2.0.13

11 Sep 21:49
Compare
Choose a tag to compare

Changelog

Added

  • Proper support for custom Argon installations
  • Completion for line_ending and rename_instances settings

Fixed

  • Global Config setting no longer shows as changed when it's empty

Changed

  • Removed customPath setting as it's no longer needed

What's Changed

Full Changelog: 2.0.12...2.0.13

2.0.12

21 Aug 22:40
Compare
Choose a tag to compare

Changelog

Added

  • Completion for new settings in Argon's global and workspace config

Fixed

  • Automatic updates on extension startup work again (invalid value error)

Full Changelog: 2.0.11...2.0.12

2.0.11

18 Aug 23:58
Compare
Choose a tag to compare

Changelog

Added

  • Completion for optional paths in projects and workspace config
  • Support for refreshed CLI update command
  • Setting sync with CLI's global config

What's Changed

Full Changelog: 2.0.10...2.0.11

2.0.10

10 Aug 01:57
Compare
Choose a tag to compare

Changelog

Added

  • Compatibility with Rojo's serveAddress and servePort project fields

Fixed

  • Parsing corrupted project.json files no longer makes some commands unusable

Full Changelog: 2.0.9...2.0.10

2.0.9

09 Aug 00:23
Compare
Choose a tag to compare

Added

  • AutoRun option can now restore multiple sessions (#28)
  • CustomPath setting which enables specifying custom Argon CLI installation path

Fixed

  • When critical error occurs, Argon will now display special menu instead of "command argon.openMenu not found"

What's Changed

New Contributors

Full Changelog: 2.0.8...2.0.9

2.0.8

19 Jul 09:25
Compare
Choose a tag to compare

Added

  • Support for executing unsaved files without selection

Changed

  • Moved option to launch empty Roblox Studio instance to the end in Studio command

What's Changed

Full Changelog: 2.0.7...2.0.8

2.0.7

25 Jun 22:22
Compare
Choose a tag to compare

Added

  • Automatic completion for package_manager setting

Fixed

  • Global configuration completion no longer suggests settings that already exist
  • Argon no longer displays npm verbose information in notifications

What's Changed

New Contributors

Full Changelog: 2.0.6...2.0.7

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