AvinZarlez / processing-vscode

A Visual Studio Code extension for the programming language Processing
https://marketplace.visualstudio.com/items?itemName=Tobiah.language-pde
MIT License
177 stars 25 forks source link

[FEATURE] Update readme.md with clear instructions #73

Closed codevogel closed 5 years ago

codevogel commented 5 years ago

Now I'm very interested in using VSCode as my editor whilst writing Processing code, and it seems like this hub is the place that might be able to make that happen, but oh man...

The instructions you've listed here are very unclear to me: https://github.com/TobiahZ/processing-vscode#command-create-task-file

I've added processing to my Path, but you mention not a single command you can run?

How do I add a .vscode/tasks.json file to my project folder, that has the contents of the ProcessingTasks.json located in the root folder of this project?

It seems to me like you just described a few commands you wrote that you might be able to call after installing this extension, but you forgot to list the commands?

codevogel commented 5 years ago

I have resolved this issue.

For anyone finding this through google: If you get stuck on the same place as me, and you're confused as to how to get this extension running your processing sketches, I added a few extra lines to the README.md explaining what the author means with these 'Commands' and where you can run them: https://github.com/TobiahZ/processing-vscode/pull/74