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

Cannot find the good file to run Processing #59

Closed knupel closed 5 years ago

knupel commented 5 years ago

Hello, I try to run my sketch Processing, but when I try to create a task, I don't have any task good to run Processing. I try all the four, but in no one I can see the line ""showOutput": "never"," Where I can find the good 'task.json' file. For information my code work perfectly on Sublime Text.

version : Processing 3.4 OS Mojave / MacBook Pro 2018

capture d ecran 2019-01-10 a 15 27 25
AvinZarlez commented 5 years ago

This extension adds a command to VSCode: "Processing: Create Task File" - It does not add it to the task template list (I don't believe an extension can add anything to that template list, that just comes up if you do not have a task file in your project)

You simply need to run that command, and it will automatically generate a task file for you that should run just fine. Just make sure you also follow the requirements: https://github.com/TobiahZ/processing-vscode#requirements