mirror of
https://github.com/MaskRay/ccls.git
synced 2025-01-31 18:00:26 +00:00
Update settings.json paths
This commit is contained in:
parent
41d8cd9a0c
commit
3358e6afd3
5
src/.vscode/settings.json
vendored
5
src/.vscode/settings.json
vendored
@ -1,13 +1,10 @@
|
|||||||
// Place your settings in this file to overwrite default and user settings.
|
// 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": [
|
"cquery.blacklist": [
|
||||||
// ".*libclangmm/.*"
|
// ".*libclangmm/.*"
|
||||||
],
|
],
|
||||||
"cquery.whitelist": [
|
"cquery.whitelist": [
|
||||||
//".*platform.*.cc"
|
//".*platform.*.cc"
|
||||||
],
|
],
|
||||||
|
|
||||||
"cquery.launch.workingDirectory": "C:/Users/jacob/Desktop/superindex/indexer/x64/Release",
|
|
||||||
"cquery.launch.command": "indexer.exe"
|
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user