Dimitre

Results 693 comments of Dimitre

can you please test it again in latest master?

- [x] VS Template will be much more useful if we can list the selected addons in the sidebar instead of all addons folder

I'm starting to work on this one @ofTheo ~~thinking about adding ofTargetPlatform ```OF_TARGET_VSCODE``` in OF~~ Not anymore

@NickHardeman regarding your last post, I think if we remove the "addons" folder and add each addon it will work. it won't be nested in an "addons" folder but I...

Great! @ofTheo can you or @NickHardeman make a PR to change ```$ofw/scripts/templates/vscode``` folder to update with this changes? I can work in parallel in a way of projectGenerator adding the...

@ofTheo I now can populate both arrays in this PR https://github.com/openframeworks/projectGenerator/pull/421 Can you please help me identifying where in projectGenerator we can add PROJECT_EXTRA_INCLUDES ? I'm not sure if this...

As a curiosity: do you use any keyboard shortcut to Run Task -> Build Release? Suggestion for c_cpp_properties: I think we can remove addons folder. each addon folder will be...

ok, updated OF PR here (addons removed) https://github.com/openframeworks/openFrameworks/pull/7697

Great! Nice to see it merged. it can be tested invoking projectGenerator with -p"vscode" now Should we use as default for this targets? ``` msys2 linux linux64 linuxarmv6l linuxarmv7l linuxaarch64...

Nice, I can also edit the defaults here https://github.com/openframeworks/projectGenerator/blob/73a60f50dcb2d8ab5c9666f261fffd044a9f007a/commandLine/src/utils/Utils.cpp#L370C1-L397C2