Releases: X2CommunityCore/VSCode-Extension
Releases · X2CommunityCore/VSCode-Extension
v1.1.1
- 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
Same as the one here: https://github.com/E3245/VSCode-Extension/releases/tag/1.1.0
- Added
XCom-SDK-MakeAll
,XCom-SDK-CookHighlander
, andXCom-SDK-CookPackage
. - Fixed issue with copying files did not recursively copy subdirectories and its contents.
- Replaced
-windowed
with-allowconsole
when invokingXCom-SDK-Run
.