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
118 stars 43 forks source link

Updated Readme with troubleshooting information #28

Closed Genocidicbunny closed 7 years ago

Genocidicbunny commented 7 years ago

Sourcetrail may grey out the Create Compilation Database option if it fails to find any C/C++ projects. It might fail to find said projects if Intellisense is disabled. When Intellisense is disabled, DTE fails to get the Code Model language for the project with a rather non-obvious error about the database being read only.

The readme now contains this information

This fixes #27

mlangkabel commented 7 years ago

Congrats @Genocidicbunny for creating your first pull request! Thank you very much for proposing these changes! Adding a "Troubleshooting" section is a really good idea!

I'll need to make a minor change to our current continuous integration scripts before merging this one. It would be great if you could address the comment I added in my review before the merge.