reksarka
reksarka
@ArcticSnowSky Try [this solution](https://github.com/reksar/SpaceEngineers) If it helps, I could think about pull request.
@ArcticSnowSky Glad to be helpful. You can combine `export.bat` with terminal tasks in VS Code and update your script in-game instead of copy/paste ;)
@ArcticSnowSky Thank you for the feedback. Thanks to it I made automated export during saving the `Script.cs` with `Ctrl+S` (look at the current version). Simple steps from [here](https://github.com/gregretkowski/VSC-SE/issues/1#issuecomment-812445939) does not...
Ideally, it should be automatically resolved to the empty value in this case. Any PR is welcome. In the meantime, try to set it manually by adding the `"git.path": "...\\path\\to\\your\\git.exe"`...
OK, so now we already have 2 options) I can't test it now, but I would like to find a way to resolve this like `${some_non_existent_var:-}` in bash. Instead of...
If I remember correctly, `git_path` is only used in the batch script, so it can be empty and there is no need to specify it in the json. But `git.path`...