mactkg / vscode-sonic-pi

Play Sonic Pi with your favorite editor!
MIT License
26 stars 10 forks source link

Feature/add code flash #17

Closed mogimogitomato closed 4 years ago

mogimogitomato commented 4 years ago

Sample is here. Sample

16

mactkg commented 4 years ago

Thanks, I'll check this PR tomorrow!

mogimogitomato commented 4 years ago

Can you check it out the PR?

Thank you! I'll check soon.

You added this tasks.json because we want to run npm watch in background, right?

Yes! By adding tasks.json, npm run watch (this watch is defined in package.json's script tsc -watch -p) execute in background. And when compile error detected, tasks report problems in console. https://code.visualstudio.com/docs/editor/tasks#_processing-task-output-with-problem-matchers

*I referenced those debug construction from vscode's extension sample. https://github.com/microsoft/vscode-extension-samples/tree/master/completions-sample

mogimogitomato commented 4 years ago

Thank you! I merged refactor PR, fixed lightweight point and resolve package-locked.json's conflict. Best regards.

mactkg commented 4 years ago

Thanks!