Nordic DevZone
Nordic Q&A
Blog
Online Power Profiler
DevAcademy
Search
Support
+
User
Site
Search
User
Home
>
Nordic Q&A
State
Not Answered
View Voters
Login to vote on this thread
0
Login to vote on this thread
Replies
5 replies
Subscribers
76 subscribers
Views
1061 views
Users
0 members are here
development
software
nRF Connect SDK
Attachments (
0
)
Nordic Case Info
Case ID: 295335
Options
Share
More
Pre-build commands in NRF Connect with VS Code
dwanninger
over 3 years ago
Is there a way to add a pre-build command in NRF Connect for VS Code?
Top Replies
AAtpa
over 1 year ago
+4
Hi, I know this is an old post, but I was recently facing the same issue and I couldn't find a complete solution. So, I wanted to mention what I did to solve it in case someone else is fighting with…
dwanninger
over 3 years ago
+1
Update - I've partially achieved my goal by adding this to CMakeLists.txt: execute_process(COMMAND gen_build_info_header.bat .\\ .\\src\\build_info.h) However, this will only execute with a clean build…
Marte Myrvold
over 3 years ago
in reply to
dwanninger
+1
Hi, You can add or customize tasks following this guide: Manually adding and customizing tasks . Best regards, Marte
Related