ccls/.vscode/settings.json

18 lines
329 B
JSON
Raw Normal View History

2017-03-03 06:16:28 +00:00
{
"files.associations": {
"*.script": "pascal",
"functional": "cpp",
"queue": "cpp",
"stack": "cpp",
"tuple": "cpp",
"xutility": "cpp",
"xlocale": "cpp"
},
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
2017-03-06 07:19:00 +00:00
"**/.DS_Store": true
// "third_party/": true
2017-03-03 06:16:28 +00:00
}
}