CoatiSoftware / vs-sourcetrail

Visual Studio Extension to communicate with Sourcetrail and generate a JSON Compilation Database from a Visual Studio Solution
Apache License 2.0
117 stars 42 forks source link

Is there some command line to export json compilation database directly #70

Open dongshen opened 2 years ago

dongshen commented 2 years ago

The function export json compilation database is very useful for me. Is there some command line I can use it directly to get the result through this project?

mlangkabel commented 2 years ago

As far as I know there is no such command. I already looked into that when I wanted to automate some parts of out unit test pipeline.

dongshen commented 2 years ago

Thanks for your updated info.