lukasz-wronski / vscode-ftp-sync

Ftp Sync plugin for Visual Studio Code

Home Page:https://marketplace.visualstudio.com/items/lukasz-wronski.ftp-sync

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

If the Review file is changed, the Commit will not work

EthraZa opened this issue · comments

If I ask for Review an action and Commit it without touching the Review file, it will work. But if I change the Review file, like comment out a line so the file does not get deleted or something, it will fail with the followiong error:

Running the contributed command:'extension.ftpsynccommit' failed.

It have to be a valid json file. I will add validation and suitable message.

Added. Will appear on 0.2.9 tonight.