If "esp8266fs.mkspiffs.allFiles" is set to true then mkspiffs.exe fails with PARSE ERROR.
This is due to a parameter of '--all-files true' being generated. mkspiffs expect the parameter to be --all-files or blank, the extra 'true' will cause a failure.
The workaround is to leave "esp8266fs.mkspiffs.allFiles:" blank or disable the setting in the extension settings.
If "esp8266fs.mkspiffs.allFiles" is set to true then mkspiffs.exe fails with PARSE ERROR. This is due to a parameter of '--all-files true' being generated. mkspiffs expect the parameter to be --all-files or blank, the extra 'true' will cause a failure. The workaround is to leave "esp8266fs.mkspiffs.allFiles:" blank or disable the setting in the extension settings.