mirror of
https://github.com/MaskRay/ccls.git
synced 2024-11-21 23:25:07 +00:00
Remove .vscode directories from the repository and add .vscode
to the .gitignore
This commit is contained in:
parent
261b04a131
commit
de1de3e51a
1
.gitignore
vendored
1
.gitignore
vendored
@ -16,3 +16,4 @@ waf-*
|
||||
*.vcxproj
|
||||
*.vcxproj.user
|
||||
*.vcxproj.filters
|
||||
.vscode/
|
||||
|
18
.vscode/settings.json
vendored
18
.vscode/settings.json
vendored
@ -1,18 +0,0 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
}
|
13
src/.vscode/settings.json
vendored
13
src/.vscode/settings.json
vendored
@ -1,13 +0,0 @@
|
||||
// Place your settings in this file to overwrite default and user settings.
|
||||
{
|
||||
"cquery.blacklist": [
|
||||
// ".*libclangmm/.*"
|
||||
],
|
||||
"cquery.whitelist": [
|
||||
//".*platform.*.cc"
|
||||
],
|
||||
"cquery.launch.command": "cquery.exe",
|
||||
"cquery.launch.workingDirectory": "C:/Users/jacob/Desktop/cquery/x64/Release",
|
||||
"cquery.launch.autoRestart": false,
|
||||
"cquery.cacheDirectory": "c:/Users/jacob/Desktop/cquery/src/.vscode/cquery_cached_index/"
|
||||
}
|
Loading…
Reference in New Issue
Block a user