AvinZarlez / processing-vscode

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

processing pach should be defined as global user setting #49

Closed aster94 closed 6 years ago

aster94 commented 6 years ago

hello,

i think that the processing-java path should be choose once. this is also how vscode-arduino https://github.com/Microsoft/vscode-arduino did it. Since processing is aimed at a similar user audience a similar configuration would be quite user friendly

AvinZarlez commented 6 years ago

That's a fair point! As a user setting, it could be defined locally or globally depending on the user's desires, which makes it much better than being defined in the task file.

I will work on this later, shouldn't be too hard.

aster94 commented 6 years ago

great, thak you :v:

AvinZarlez commented 6 years ago

Added in #50 / version 1.2.2

Let me know if you have any questions / experience any errors / have other suggestions!

AvinZarlez commented 6 years ago

I should note that you'll obviously have to update your task file for this to work, so it properly references the setting rather than the hardcoded string.

aster94 commented 5 years ago

tested only now 😅 it works great! 🎉

aster94 commented 5 years ago

also I think that the use of more global option would simplify the use of this package, for example an option to choose to create the out folder could be added. Now the same could be done by removing the "--output=${workspaceRoot}\\out", line from the task.json