(🔊) Made a little harness to livecode vscode extensions.
Here I change the extension (local to the project) to treat notes in parens as a chord.
No more compile, close, re-open workflow. And that's assuming you've created the extension to begin with. I often make one-off short-lived things and having to manage an extension is annoying.
Now I can just have a .vscode-sandbox.js in each project and make useful little one-off things.