cancel
Showing results for 
Search instead for 
Did you mean: 

How to import an External Tools configuration?

AO'Do.1
Associate

I have created a configuration for use of an external tool (PCLint) and successfully ran the tool in my STM IDE. I exported that configuration and got the .launch file, but now other developers on my team want to run the same external tool configuration and we cannot figure out how to do this. All the info is in the exported file, we're just missing how to get that info into the IDE to avoid having to manually copy and paste all of the fields.

2 REPLIES 2
TDK
Guru

File -> Import -> Run/Debug -> Launch Configurations -> Select folder -> click on folder -> select .launch file -> Finish

Might run into trouble if files are in different places on different machines and/or relative paths don't line up.

If you feel a post has answered your question, please click "Accept as Solution".
AO'Do.1
Associate

This worked, thank you so much!