I installed VS Code and run the Shell Command: Install 'code' command in PATH
as per documentation (and as found in this answer)
At first it was working, but after a reboot (I suppose) I couldn't get code started from a terminal (which is pretty useful).
This is the error I get:
LSGetApplicationForInfo() failed with error -10814 while trying to determine the application with bundle identifier com.microsoft.VSCodeInsiders.
Not sure if helpful: if I type which code
I get /usr/local/bin/code
.