The path notation for filedirectory in the launch.json of vscode looks a bit different than the one in windows. Also the walk function in akf-html2json has to be adapted here to something like this:
file = dir + '\/' + file;
Path notation in launch.json worked with something like this:
//"\/media",
"\/media\/sf_firmprofiles\/many_years_firmprofiles"
Add a os-detection and react on cases in walk, also add linux examples in launch.json
The path notation for filedirectory in the launch.json of vscode looks a bit different than the one in windows. Also the walk function in akf-html2json has to be adapted here to something like this:
file = dir + '\/' + file;Path notation in launch.json worked with something like this:
Add a os-detection and react on cases in walk, also add linux examples in launch.json