Added cpp,c debuger

Signed-off-by: Marcin Woźniak <y0rune@aol.com>
This commit is contained in:
Marcin Woźniak 2021-05-01 21:24:22 +02:00
parent 552675eb7a
commit c8d617c41b
Signed by: y0rune
GPG Key ID: F204C385F57EB348
1 changed files with 16 additions and 0 deletions

View File

@ -22,6 +22,22 @@
"args": ["start"],
"filetypes": ["sh"],
"ignoredRootPaths": ["~"]
},
"ccls": {
"command": "ccls",
"filetypes": ["c", "cpp", "objc", "objcpp"],
"rootPatterns": [
".ccls",
"compile_commands.json",
".vim/",
".git/",
".hg/"
],
"initializationOptions": {
"cache": {
"directory": "/tmp/ccls"
}
}
}
},
"solargraph.commandPath": "~/.gem/ruby/2.6.0/bin/solargraph",