Closed aster94 closed 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.
great, thak you :v:
Added in #50 / version 1.2.2
Let me know if you have any questions / experience any errors / have other suggestions!
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.
tested only now 😅 it works great! 🎉
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
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