Version
1.0.1 Alpha
Submitting a...
Current behavior:
installing the plugin creates a %userprofile% directory called ".loupedeck\webhooks" Please note, this is not a directory + subdirectory; the single directory is actually called ".loupedeck\webhooks." In order to change to that directory in a terminal, it looks like this:
user@mbp15-wifi[~]: cd .loupedeck\webhooks
user@mbp15-wifi[.loupedeck\webhooks]:
Expected behavior:
it should look like this: cd .loupedeck/webhooks
Steps to reproduce:
install plugin
open terminal
ls -la
see the incorrect directory name
Other information:
It DOES work, however, you just need to copy the .har files to ~/.loupedeck\webhooks in order for it to find and parse the .har files.
Version
1.0.1 Alpha
Submitting a...
Current behavior:
installing the plugin creates a %userprofile% directory called ".loupedeck\webhooks" Please note, this is not a directory + subdirectory; the single directory is actually called ".loupedeck\webhooks." In order to change to that directory in a terminal, it looks like this:
user@mbp15-wifi[~]: cd .loupedeck\webhooks
user@mbp15-wifi[.loupedeck\webhooks]:
Expected behavior:
it should look like this:
cd .loupedeck/webhooksSteps to reproduce:
install plugin
open terminal
ls -lasee the incorrect directory name
Other information:
It DOES work, however, you just need to copy the .har files to ~/.loupedeck\webhooks in order for it to find and parse the .har files.