Ok, I gotta give props to this ... <https://www.sa...
# suitescript
d
👍 2
👀 1
s
once they support diffing it will be interesting.
on *nix-like OS this can just be
echo <search definition after last dot (.)> | base64 –d | gzip -d
d
seems that Salto is supporting diff-ing the search xml definitions? Wonder if it could be added to VS sdf or a custom VS extension... 🤔
n
@Shawn Talbert how can we do that in Windows?
s
install WSL @NickSuite
I'd say I'm 'all in' on WSL at this point - my work machine is Windows 10 but I do all my webdev stuff in WSL
I even started running webstorm itself from inside WSL, which is so much nicer [faster, more stable] that running it on windows natively.
n
WSL == Windows Subsystem For Linux, right?
s
right. Install the penguin app from the MS Store
n
I have installed WSL via command prompt
It's that last paragraph that's the kicker - "Installing WSL through the store will allow you to get the latest WSL updates and features faster, and without needing to modify your Windows version."
maybe same is true through commandline install, I dunno
n
I see. Thanks for that.