mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-08-18 06:55:48 +03:00
Ups, staged the wrong files:
Improved ThreadPool. ecode: Make consistent the find/search highlighting with the actual results (Closes SpartanJ/ecode#73). Fixed $NPROC in LSP client commands.
This commit is contained in:
@@ -53,7 +53,7 @@
|
||||
"language": "c",
|
||||
"name": "clangd",
|
||||
"url": "https://clang.llvm.org/extra/clangd/",
|
||||
"command": "clangd -log=error --background-index --header-insertion=never --limit-results=0 --limit-references=0 --clang-tidy=0 --use-dirty-headers --completion-style=bundled -j=$NPROC",
|
||||
"command": "clangd -log=error --background-index --header-insertion=never --limit-results=0 --limit-references=0 --clang-tidy=0 --use-dirty-headers --completion-style=bundled -j $NPROC",
|
||||
"file_patterns": ["%.c$", "%.h$", "%.C$", "%.H$", "%.objc$"]
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user