Skip to content

Releases: X2CommunityCore/VSCode-Extension

v1.1.1

29 Jun 02:08
03f50c4
Compare
Choose a tag to compare
  • Added configuration for game launch, including specifying launch commands.
  • Added support for copying multiple script files tied to the project to the mod's script folder in the Game Directory. No more manually copying script files.
  • Added support for deleting multiple script files tied to the project when rebuilding.
  • Added option for quick script compilation for mod-specific script files. Disable to delete all scripts on every script compilation.
  • Refactored constant var usage and some unclear code.
  • Optimization on ActivateEvents in package.json

v1.1.0

29 Nov 19:55
ac0b024
Compare
Choose a tag to compare

Same as the one here: https://github.com/E3245/VSCode-Extension/releases/tag/1.1.0

  • Added XCom-SDK-MakeAll, XCom-SDK-CookHighlander, and XCom-SDK-CookPackage.
  • Fixed issue with copying files did not recursively copy subdirectories and its contents.
  • Replaced -windowed with -allowconsole when invoking XCom-SDK-Run.