ole1986 / vscode-arma-dev

Arma Dev for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=ole1986.arma-dev
7 stars 6 forks source link

Build wont Run. #18

Closed JayyKashtaCodes closed 1 year ago

JayyKashtaCodes commented 1 year ago

** My arma-dev.json ***** { "title": "A3 Antistasi", "name": "A3A", "author": "Official Antistasi dev team", "website": "https://antistasi.de/", "version": "2.5.4", "buildPath": "build", "privateKey": "", //add the path to a private bikey for signing when building "serverDirs": [], "serverUse32bit": false, "clientDirs": [ //should list all addons the mod provides "A3A/addons/core", "A3A/addons/Garage", "A3A/addons/JeroenArsenal", "A3A/addons/maps" ], "clientMods": [], "ftpConnection": {}, "steamPath": "D:\SteamLibrary" //arma 3 install steam library, arma 3 tools should be in the same folder }

For Some reason I keep getting this error**

[18:17:02.326][Error] TypeError: Cannot read properties of undefined (reading 'postProcess') [18:19:30.342][Error] TypeError: Cannot read properties of undefined (reading 'steamPath')

JayyKashtaCodes commented 1 year ago

I am an Idiot, Comments aren't allowed in the .json I fixed it by removing them.