Play Sonic Pi with your favorite editor!
You can play Sonic Pi from VSCode.
- Send codes to Sonic Pi and run it.
- Stop playing codes.
- Latest version of Sonic Pi
- Launch a Sonic Pi
- Write some Code
- Open Command Parrete, and call "Run code on Sonic Pi"
You could add your own settings to vscode's settings.json.
{
"sonicpi.flashBackgroundColor": "rgba(197,97,106,0.5)",
"sonicpi.flashTextColor": "rgba(236,239,244,0.5)",
}
- Can't display logs
- but this is Sonic Pi's issue, so I have to change some codes of Sonic Pi
See CHANGELOG.md.