GradleRIO icon indicating copy to clipboard operation
GradleRIO copied to clipboard

Build doesn't grab C++ sources by itself

Open ThadHouse opened this issue 6 months ago • 0 comments

When running build, the C++ sources artifacts are not grabbed. This causes deploy to fail, because it attempts to write target debug info.

The reason this isn't often seen is VS Code runs the intellisense generation command on project open, which does grab sources.

ThadHouse avatar Jan 07 '24 00:01 ThadHouse