mirror of
https://github.com/MaskRay/ccls.git
synced 2024-11-26 01:21:57 +00:00
Misc changes
This commit is contained in:
parent
5ef4f55053
commit
1fcefb5262
2
foo/.vscode/settings.json
vendored
2
foo/.vscode/settings.json
vendored
@ -1,5 +1,5 @@
|
|||||||
// Place your settings in this file to overwrite default and user settings.
|
// Place your settings in this file to overwrite default and user settings.
|
||||||
{
|
{
|
||||||
"editor.lineNumbers": "on",
|
"editor.lineNumbers": "on",
|
||||||
"cquery.cacheDirectory": "C:/Users/jacob/Desktop/superindex/indexer/CACHE"
|
"cquery.cacheDirectory": "C:/Users/jacob/Desktop/superindex/indexer/foo/CACHE"
|
||||||
}
|
}
|
9
foo/b.cc
9
foo/b.cc
@ -1,8 +1,11 @@
|
|||||||
#include "a.h"
|
#include "a.h"
|
||||||
|
|
||||||
enum Foo {
|
|
||||||
|
|
||||||
|
|
||||||
|
struct Baz {
|
||||||
};
|
};
|
||||||
|
|
||||||
void faz() {
|
void foo() {
|
||||||
foobar();
|
Baz b;
|
||||||
}
|
}
|
4
src/.vscode/settings.json
vendored
4
src/.vscode/settings.json
vendored
@ -1,10 +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.blacklist": [
|
"cquery.blacklist": [
|
||||||
// ".*libclangmm/.*"
|
// ".*libclangmm/.*"
|
||||||
],
|
],
|
||||||
"cquery.whitelist": [
|
"cquery.whitelist": [
|
||||||
// ".*platform.*.cc"
|
// ".*platform.*.cc"
|
||||||
],
|
]
|
||||||
"cquery.cacheDirectory": "C:/Users/jacob/Desktop/superindex/indexer/CACHE"
|
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user