jomiller / vscode-rtags

RTags Client for Visual Studio Code
GNU General Public License v3.0
10 stars 0 forks source link

Setting 'rtags.misc.compilationDatabaseDirectory' cannot find the database with './build' #27

Closed hgijeon closed 5 years ago

hgijeon commented 5 years ago

The extension shows an error message 'compilation database not found' when I click/load c++ source files.

My '.vscode/settings.json' { "rtags.misc.compilationDatabaseDirectory": "./build", }

jomiller commented 5 years ago

This issue is fixed in 1e2f4a06ba3fa8193bcd77808f928583909c5cc3. The fix will be included in the next release. Thanks!

jomiller commented 5 years ago

@hgijeon, please try out the fix in the new v0.5.0 release, and close this ticket if it looks good.