mirror of
https://github.com/MaskRay/ccls.git
synced 2024-11-22 07:35:08 +00:00
18 lines
329 B
JSON
18 lines
329 B
JSON
{
|
|
"files.associations": {
|
|
"*.script": "pascal",
|
|
"functional": "cpp",
|
|
"queue": "cpp",
|
|
"stack": "cpp",
|
|
"tuple": "cpp",
|
|
"xutility": "cpp",
|
|
"xlocale": "cpp"
|
|
},
|
|
"files.exclude": {
|
|
"**/.git": true,
|
|
"**/.svn": true,
|
|
"**/.hg": true,
|
|
"**/.DS_Store": true
|
|
// "third_party/": true
|
|
}
|
|
} |