Make sure the code/cursor command is installed in PATH
Ctrl/Cmd + Shift + PShell Command: Install 'code' command in PATH
cat extensions.json | jq -r '.recommendations[]' | xargs -I {} code --install-extension {}cat extensions.json | jq -r '.recommendations[]' | xargs -I {} cursor --install-extension {}