You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the getFileLocation function is used by CMakeBuilder only and the logic was implemented for cmake errors logs as well. We should probably move it to the CMakeBuilder class, and implement separate methods for other builders if needed in the future.
The text was updated successfully, but these errors were encountered:
Hi @sinapy, I changed this issue slightly as this is more suitable for good first issue. If you are still interested, please feel free to submit a PR :)
Currently, the getFileLocation function is used by CMakeBuilder only and the logic was implemented for cmake errors logs as well. We should probably move it to the
CMakeBuilder
class, and implement separate methods for other builders if needed in the future.The text was updated successfully, but these errors were encountered: