Update settings.json paths

This commit is contained in:
Jacob Dufault 2017-06-08 23:20:37 -07:00
parent 41d8cd9a0c
commit 3358e6afd3

View File

@ -1,13 +1,10 @@
// Place your settings in this file to overwrite default and user settings.
{
"cquery.cacheDirectory": "C:/Users/jacob/Desktop/superindex/indexer/CACHE",
"cquery.cacheDirectory": "C:/Users/jacob/Desktop/cquery/CACHE",
"cquery.blacklist": [
// ".*libclangmm/.*"
],
"cquery.whitelist": [
//".*platform.*.cc"
],
"cquery.launch.workingDirectory": "C:/Users/jacob/Desktop/superindex/indexer/x64/Release",
"cquery.launch.command": "indexer.exe"
}