If you want to make changes to a local, custom Raycast extension, here are the steps:
- Open Raycast
- Write your extensions command so it becomes selected
- Hit Apple + K to open the menu
- Hit Apple + O (or choose Open with…)
- Choose your editor
- Make changes
- Run
npm run dev
in the folder where the code is - Close the dev server with CTRL-C
- Raycast extension is updated