tomoyanonymous / mimium-rs

minimal musical medium- an infrastructural language for sound and music.
Mozilla Public License 2.0
9 stars 1 forks source link

Merged .vscode configs into .code-workspace file #96

Closed tomoyanonymous closed 2 weeks ago

tomoyanonymous commented 2 weeks ago

mimium-rs.code-workspace file integrates setting.json, launch.json and task.json in .vscode directory into the one.

I kept both of these configs because the debugger did not work with .code-workspace but I found that I needed to add "cwd" key in "cargo" setting in the debug config, in addition to the debug config itself.

So it works without problems now, I remove .vscode configs.

.code-workspace file also contains info about recommended extensions, so it will help onboarding to the project.