Closed kiirii4 closed 3 months ago
u can disable windows defender for nvim and related lsps/plugins to get a boost.
u can disable windows defender for nvim and related lsps/plugins to get a boost.
Do you mean adding C:\Users\admin\AppData\Local\nvim
and C:\Users\admin\AppData\Local\nvim-data
to the exclusion of windows security? I did that, but that doesn't seem to have solved my problem, it's still lagging!
dont forget to exclute lsps installed by mason to windows security too.
I've added lsp to the exclusions, lsps are in nvim-data
folder, but it still doesn't work. I'm guessing the problem has something to do with lsp or treesitter, cause nvim doesn't have any problems when opening large plain text files, but when I turn off lsp, nvim is still lagging when dealing with large files.
try open the same file w/ 'nvim --clean xxx'
u can some of the ideas in the issue, maybe it will help. https://github.com/msys2/MSYS2-packages/issues/138 antivirus and codesign might affect the speed of the processes. https://imperfect.work/2015/10/03/git-perf-tuning/
Msysgit, repo.exe (distributed by Azure build), and Chocolatey are all unsigned (Authenticode signing). Thanks to awesome AppLocker (enforced by IT department) Windows will try to validate the source of publisher and load all catalogue files under
%windir%\System32\catroot\{F750E6C3-38EE-11D1-85E5-00C04FC295EE}
.
In addition to what CharlesChiuGit mentioned, here are some steps to troubleshoot if the problem is actually related to our config:
Do you have Treesitter enabled?
Disable the following plugins one by one, in the given order. At which step does the lag disappear?
hiphish/rainbow-delimiters.nvim
nvim-treesitter/nvim-treesitter-context
zbirenbaum/neodim
nvim-treesitter/nvim-treesitter
Is the project large (i.e., does it contain many files and a complex build process), or is it just a single large file?
Do you have an index file available for the project? If not, try providing one - does that solve the lag?
Check lsp.log
. Does it take a long time between inter-process transactions? Is there a noticeable number of errors?
Try disabling ShaDa with nvim -i NONE
, along with the previous fixes. Does this resolve the issue?
nvim-treesitter/nvim-treesitter
nvim-treesitter/nvim-treesitter-context
, performance is now better[START][2024-08-11 19:02:12] LSP logging initiated
[ERROR][2024-08-11 19:02:12] .../vim/lsp/rpc.lua:770 "rpc" "C:\\Users\\tenxo\\AppData\\Local\\nvim-data\\mason\\bin\\clangd.CMD" "stderr" "I[19:02:11.846] clangd version 18.1.3 (https://github.com/llvm/llvm-project c13b7485b87909fcf739f62cfa382b55407433c0)\r\nI[19:02:11.847] Features: windows+grpc\r\nI[19:02:11.847] PID: 2012\r\nI[19:02:11.847] Working directory: D:\\zyh_dev\\STARFISH\\src\\starfish_demo\r\nI[19:02:11.847] argv[0]: C:\\Users\\tenxo\\AppData\\Local\\nvim-data\\mason\\packages\\clangd\\clangd_18.1.3\\bin\\clangd.exe\r\nI[19:02:11.847] argv[1]: -j=12\r\nI[19:02:11.847] argv[2]: --enable-config\r\nI[19:02:11.847] argv[3]: --background-index\r\nI[19:02:11.847] argv[4]: --pch-storage=memory\r\nI[19:02:11.847] argv[5]: --query-driver=C:\\Program Files\\LLVM\\bin\\clang++.EXE,C:\\Program Files\\LLVM\\bin\\clang.EXE,C:\\Qt\\Qt5.12.11\\Tools\\mingw730_64\\bin\\gcc.EXE,C:\\Qt\\Qt5.12.11\\Tools\\mingw730_64\\bin\\g++.EXE\r\nI[19:02:11.847] argv[6]: --clang-tidy\r\nI[19:02:11.847] argv[7]: --all-scopes-completion\r\nI[19:02:11.847] argv[8]: --completion-style=detailed\r\nI[19:02:11.847] argv[9]: --header-insertion-decorators\r\nI[19:02:11.847] argv[10]: --header-insertion=iwyu\r\nI[19:02:11.847] argv[11]: --limit-references=3000\r\nI[19:02:11.847] argv[12]: --limit-results=350\r\nI[19:02:11.857] Starting LSP over stdin/stdout\r\nI[19:02:11.857] <-- initialize(1)\r\nI[19:02:11.878] --> reply:initialize(1) 20 ms\r\n"
[ERROR][2024-08-11 19:02:12] .../vim/lsp/rpc.lua:770 "rpc" "C:\\Users\\tenxo\\AppData\\Local\\nvim-data\\mason\\bin\\clangd.CMD" "stderr" "I[19:02:12.458] <-- initialized\r\n"
[ERROR][2024-08-11 19:02:12] .../vim/lsp/rpc.lua:770 "rpc" "C:\\Users\\tenxo\\AppData\\Local\\nvim-data\\mason\\bin\\clangd.CMD" "stderr" 'I[19:02:12.488] <-- textDocument/didOpen\r\nI[19:02:12.505] <-- textDocument/inlayHint(2)\r\nI[19:02:12.509] --> textDocument/publishDiagnostics\r\nI[19:02:12.511] Loaded compilation database from D:\\zyh_dev\\STARFISH\\src\\starfish_demo\\build/compile_commands.json\r\nI[19:02:12.513] ASTWorker building file D:\\zyh_dev\\STARFISH\\src\\starfish_demo\\DataImport\\STMRawData.cpp version 0 with command inferred from D:/zyh_dev/STARFISH/src/starfish_demo/DataImport/DataInputDialog.cpp\r\n[D:/zyh_dev/STARFISH/src/starfish_demo/build]\r\n"C:\\\\Qt\\\\Qt5.12.11\\\\Tools\\\\mingw730_64\\\\bin\\\\g++.exe" --driver-mode=g++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DEPRECATED_WARNINGS -DQT_GUI_LIB -DQT_MESSAGELOGCONTEXT -DQT_SQL_LIB -DQT_WIDGETS_LIB -ID:/zyh_dev/STARFISH/src/starfish_demo/build -ID:/zyh_dev/STARFISH/src/starfish_demo -ID:/zyh_dev/STARFISH/src/starfish_demo/build/starfish_debug_autogen/include -ID:/zyh_dev/STARFISH/src/log -ID:/zyh_dev/STARFISH/src/database -isystem C:/Qt/Qt5.12.11/5.12.11/mingw73_64/include -isystem C:/Qt/Qt5.12.11/5.12.11/mingw73_64/include/QtCore -isystem C:/Qt/Qt5.12.11/5.12.11/mingw73_64/./mkspecs/win32-g++ -isystem C:/Qt/Qt5.12.11/5.12.11/mingw73_64/include/QtSql -isystem C:/Qt/Qt5.12.11/5.12.11/mingw73_64/include/QtConcurrent -isystem C:/Qt/Qt5.12.11/5.12.11/mingw73_64/include/QtGui -isystem C:/Qt/Qt5.12.11/5.12.11/mingw73_64/include/QtANGLE -isystem C:/Qt/Qt5.12.11/5.12.11/mingw73_64/include/QtWidgets -g -c -std=gnu++11 --target=x86_64-w64-windows-gnu "-resource-dir=C:\\\\Users\\\\tenxo\\\\AppData\\\\Local\\\\nvim-data\\\\mason\\\\packages\\\\clangd\\\\clangd_18.1.3\\\\lib\\\\clang\\\\18" -- "D:\\\\zyh_dev\\\\STARFISH\\\\src\\\\starfish_demo\\\\DataImport\\\\STMRawData.cpp"\r\nI[19:02:12.523] Loaded compilation database from D:\\zyh_dev\\STARFISH\\src\\starfish_demo\\build\\compile_commands.json\r\nI[19:02:12.532] --> window/workDoneProgress/create(0)\r\nI[19:02:12.532] Enqueueing 15 commands for indexing\r\nI[19:02:12.711] <-- textDocument/documentSymbol(3)\r\nI[19:02:12.713] <-- textDocument/documentSymbol(4)\r\n'
[ERROR][2024-08-11 19:02:13] .../vim/lsp/rpc.lua:770 "rpc" "C:\\Users\\tenxo\\AppData\\Local\\nvim-data\\mason\\bin\\clangd.CMD" "stderr" "I[19:02:13.136] <-- textDocument/inlayHint(5)\r\n"
[ERROR][2024-08-11 19:02:13] .../vim/lsp/rpc.lua:770 "rpc" "C:\\Users\\tenxo\\AppData\\Local\\nvim-data\\mason\\bin\\clangd.CMD" "stderr" "I[19:02:13.240] <-- textDocument/documentSymbol(6)\r\n"
[ERROR][2024-08-11 19:02:13] .../vim/lsp/rpc.lua:770 "rpc" "C:\\Users\\tenxo\\AppData\\Local\\nvim-data\\mason\\bin\\clangd.CMD" "stderr" "I[19:02:13.298] <-- reply(0)\r\nI[19:02:13.298] --> $/progress\r\nI[19:02:13.298] --> $/progress\r\n"
[ERROR][2024-08-11 19:02:13] .../vim/lsp/rpc.lua:770 "rpc" "C:\\Users\\tenxo\\AppData\\Local\\nvim-data\\mason\\bin\\clangd.CMD" "stderr" "I[19:02:13.301] <-- textDocument/semanticTokens/full(7)\r\n"
[ERROR][2024-08-11 19:02:14] .../vim/lsp/rpc.lua:770 "rpc" "C:\\Users\\tenxo\\AppData\\Local\\nvim-data\\mason\\bin\\clangd.CMD" "stderr" "I[19:02:14.328] Built preamble of size 8648000 for file D:\\zyh_dev\\STARFISH\\src\\starfish_demo\\DataImport\\STMRawData.cpp version 0 in 1.81 seconds\r\n"
[ERROR][2024-08-11 19:02:14] .../vim/lsp/rpc.lua:770 "rpc" "C:\\Users\\tenxo\\AppData\\Local\\nvim-data\\mason\\bin\\clangd.CMD" "stderr" "I[19:02:14.332] --> workspace/semanticTokens/refresh(1)\r\nI[19:02:14.333] Indexing c++11 standard library in the context of D:\\zyh_dev\\STARFISH\\src\\starfish_demo\\DataImport\\STMRawData.cpp\r\n"
[ERROR][2024-08-11 19:02:14] .../vim/lsp/rpc.lua:770 "rpc" "C:\\Users\\tenxo\\AppData\\Local\\nvim-data\\mason\\bin\\clangd.CMD" "stderr" "I[19:02:14.357] <-- $/cancelRequest\r\nI[19:02:14.357] <-- textDocument/semanticTokens/full(8)\r\n"
[ERROR][2024-08-11 19:02:14] .../vim/lsp/rpc.lua:770 "rpc" "C:\\Users\\tenxo\\AppData\\Local\\nvim-data\\mason\\bin\\clangd.CMD" "stderr" "I[19:02:14.357] <-- reply(1)\r\n"
[ERROR][2024-08-11 19:02:14] .../vim/lsp/rpc.lua:770 "rpc" "C:\\Users\\tenxo\\AppData\\Local\\nvim-data\\mason\\bin\\clangd.CMD" "stderr" "I[19:02:14.779] --> textDocument/publishDiagnostics\r\n"
[ERROR][2024-08-11 19:02:14] .../vim/lsp/rpc.lua:770 "rpc" "C:\\Users\\tenxo\\AppData\\Local\\nvim-data\\mason\\bin\\clangd.CMD" "stderr" "I[19:02:14.812] --> reply:textDocument/inlayHint(2) 2307 ms\r\n"
[ERROR][2024-08-11 19:02:14] .../vim/lsp/rpc.lua:770 "rpc" "C:\\Users\\tenxo\\AppData\\Local\\nvim-data\\mason\\bin\\clangd.CMD" "stderr" "I[19:02:14.820] --> reply:textDocument/documentSymbol(3) 2108 ms\r\n"
[ERROR][2024-08-11 19:02:14] .../vim/lsp/rpc.lua:770 "rpc" "C:\\Users\\tenxo\\AppData\\Local\\nvim-data\\mason\\bin\\clangd.CMD" "stderr" "I[19:02:14.825] --> reply:textDocument/documentSymbol(4) 2111 ms\r\n"
[ERROR][2024-08-11 19:02:14] .../vim/lsp/rpc.lua:770 "rpc" "C:\\Users\\tenxo\\AppData\\Local\\nvim-data\\mason\\bin\\clangd.CMD" "stderr" "I[19:02:14.839] --> reply:textDocument/inlayHint(5) 1703 ms\r\n"
[ERROR][2024-08-11 19:02:14] .../vim/lsp/rpc.lua:770 "rpc" "C:\\Users\\tenxo\\AppData\\Local\\nvim-data\\mason\\bin\\clangd.CMD" "stderr" "I[19:02:14.845] --> reply:textDocument/documentSymbol(6) 1605 ms\r\nI[19:02:14.846] --> reply:textDocument/semanticTokens/full(7) 1545 ms, error: Task was cancelled.\r\n"
[ERROR][2024-08-11 19:02:14] .../vim/lsp/rpc.lua:770 "rpc" "C:\\Users\\tenxo\\AppData\\Local\\nvim-data\\mason\\bin\\clangd.CMD" "stderr" "I[19:02:14.853] --> $/progress\r\nI[19:02:14.853] --> $/progress\r\n"
[ERROR][2024-08-11 19:02:14] .../vim/lsp/rpc.lua:770 "rpc" "C:\\Users\\tenxo\\AppData\\Local\\nvim-data\\mason\\bin\\clangd.CMD" "stderr" "I[19:02:14.861] --> reply:textDocument/semanticTokens/full(8) 503 ms\r\n"
[ERROR][2024-08-11 19:02:16] .../vim/lsp/rpc.lua:770 "rpc" "C:\\Users\\tenxo\\AppData\\Local\\nvim-data\\mason\\bin\\clangd.CMD" "stderr" "I[19:02:16.184] <-- textDocument/signatureHelp(9)\r\n"
[ERROR][2024-08-11 19:02:16] .../vim/lsp/rpc.lua:770 "rpc" "C:\\Users\\tenxo\\AppData\\Local\\nvim-data\\mason\\bin\\clangd.CMD" "stderr" "I[19:02:16.185] <-- textDocument/signatureHelp(10)\r\n"
[ERROR][2024-08-11 19:02:16] .../vim/lsp/rpc.lua:770 "rpc" "C:\\Users\\tenxo\\AppData\\Local\\nvim-data\\mason\\bin\\clangd.CMD" "stderr" "I[19:02:16.207] --> reply:textDocument/signatureHelp(9) 22 ms\r\n"
[ERROR][2024-08-11 19:02:16] .../vim/lsp/rpc.lua:770 "rpc" "C:\\Users\\tenxo\\AppData\\Local\\nvim-data\\mason\\bin\\clangd.CMD" "stderr" "I[19:02:16.208] --> reply:textDocument/signatureHelp(10) 23 ms\r\n"
[ERROR][2024-08-11 19:02:16] .../vim/lsp/rpc.lua:770 "rpc" "C:\\Users\\tenxo\\AppData\\Local\\nvim-data\\mason\\bin\\clangd.CMD" "stderr" "I[19:02:16.575] Indexed c++11 standard library (incomplete due to errors): 10870 symbols, 823 filtered\r\n"
[ERROR][2024-08-11 19:02:16] .../vim/lsp/rpc.lua:770 "rpc" "C:\\Users\\tenxo\\AppData\\Local\\nvim-data\\mason\\bin\\clangd.CMD" "stderr" "I[19:02:16.919] <-- textDocument/signatureHelp(11)\r\n"
[ERROR][2024-08-11 19:02:16] .../vim/lsp/rpc.lua:770 "rpc" "C:\\Users\\tenxo\\AppData\\Local\\nvim-data\\mason\\bin\\clangd.CMD" "stderr" "I[19:02:16.920] <-- textDocument/signatureHelp(12)\r\n"
[ERROR][2024-08-11 19:02:16] .../vim/lsp/rpc.lua:770 "rpc" "C:\\Users\\tenxo\\AppData\\Local\\nvim-data\\mason\\bin\\clangd.CMD" "stderr" "I[19:02:16.946] --> reply:textDocument/signatureHelp(12) 26 ms\r\nI[19:02:16.946] --> reply:textDocument/signatureHelp(11) 27 ms\r\n"
[ERROR][2024-08-11 19:02:18] .../vim/lsp/rpc.lua:770 "rpc" "C:\\Users\\tenxo\\AppData\\Local\\nvim-data\\mason\\bin\\clangd.CMD" "stderr" "I[19:02:18.658] <-- shutdown(13)\r\nI[19:02:18.658] --> reply:shutdown(13) 0 ms\r\n"
[ERROR][2024-08-11 19:02:18] .../vim/lsp/rpc.lua:770 "rpc" "C:\\Users\\tenxo\\AppData\\Local\\nvim-data\\mason\\bin\\clangd.CMD" "stderr" "I[19:02:18.683] <-- exit\r\nI[19:02:18.683] LSP finished, exiting with status 0\r\n"
[START][2024-08-11 19:02:47] LSP logging initiated
[ERROR][2024-08-11 19:02:47] .../vim/lsp/rpc.lua:770 "rpc" "C:\\Users\\tenxo\\AppData\\Local\\nvim-data\\mason\\bin\\clangd.CMD" "stderr" "I[19:02:47.546] clangd version 18.1.3 (https://github.com/llvm/llvm-project c13b7485b87909fcf739f62cfa382b55407433c0)\r\nI[19:02:47.548] Features: windows+grpc\r\nI[19:02:47.548] PID: 55160\r\nI[19:02:47.548] Working directory: D:\\zyh_dev\\STARFISH\\src\\starfish_demo\r\nI[19:02:47.548] argv[0]: C:\\Users\\tenxo\\AppData\\Local\\nvim-data\\mason\\packages\\clangd\\clangd_18.1.3\\bin\\clangd.exe\r\nI[19:02:47.548] argv[1]: -j=12\r\nI[19:02:47.548] argv[2]: --enable-config\r\nI[19:02:47.548] argv[3]: --background-index\r\nI[19:02:47.548] argv[4]: --pch-storage=memory\r\nI[19:02:47.548] argv[5]: --query-driver=C:\\Program Files\\LLVM\\bin\\clang++.EXE,C:\\Program Files\\LLVM\\bin\\clang.EXE,C:\\Qt\\Qt5.12.11\\Tools\\mingw730_64\\bin\\gcc.EXE,C:\\Qt\\Qt5.12.11\\Tools\\mingw730_64\\bin\\g++.EXE\r\nI[19:02:47.548] argv[6]: --clang-tidy\r\nI[19:02:47.548] argv[7]: --all-scopes-completion\r\nI[19:02:47.548] argv[8]: --completion-style=detailed\r\nI[19:02:47.548] argv[9]: --header-insertion-decorators\r\nI[19:02:47.548] argv[10]: --header-insertion=iwyu\r\nI[19:02:47.548] argv[11]: --limit-references=3000\r\nI[19:02:47.548] argv[12]: --limit-results=350\r\nI[19:02:47.557] Starting LSP over stdin/stdout\r\nI[19:02:47.557] <-- initialize(1)\r\nI[19:02:47.575] --> reply:initialize(1) 17 ms\r\n"
[ERROR][2024-08-11 19:02:49] .../vim/lsp/rpc.lua:770 "rpc" "C:\\Users\\tenxo\\AppData\\Local\\nvim-data\\mason\\bin\\clangd.CMD" "stderr" "I[19:02:49.567] <-- initialized\r\n"
[ERROR][2024-08-11 19:02:49] .../vim/lsp/rpc.lua:770 "rpc" "C:\\Users\\tenxo\\AppData\\Local\\nvim-data\\mason\\bin\\clangd.CMD" "stderr" "I[19:02:49.607] <-- textDocument/didOpen\r\n"
[ERROR][2024-08-11 19:02:49] .../vim/lsp/rpc.lua:770 "rpc" "C:\\Users\\tenxo\\AppData\\Local\\nvim-data\\mason\\bin\\clangd.CMD" "stderr" "I[19:02:49.624] <-- textDocument/inlayHint(2)\r\nI[19:02:49.624] <-- textDocument/documentSymbol(3)\r\n"
[ERROR][2024-08-11 19:02:49] .../vim/lsp/rpc.lua:770 "rpc" "C:\\Users\\tenxo\\AppData\\Local\\nvim-data\\mason\\bin\\clangd.CMD" "stderr" 'I[19:02:49.629] --> textDocument/publishDiagnostics\r\nI[19:02:49.631] Loaded compilation database from D:\\zyh_dev\\STARFISH\\src\\starfish_demo\\build/compile_commands.json\r\nI[19:02:49.634] ASTWorker building file D:\\zyh_dev\\STARFISH\\src\\starfish_demo\\DataImport\\STMRawData.cpp version 0 with command inferred from D:/zyh_dev/STARFISH/src/starfish_demo/DataImport/DataInputDialog.cpp\r\n[D:/zyh_dev/STARFISH/src/starfish_demo/build]\r\n"C:\\\\Qt\\\\Qt5.12.11\\\\Tools\\\\mingw730_64\\\\bin\\\\g++.exe" --driver-mode=g++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DEPRECATED_WARNINGS -DQT_GUI_LIB -DQT_MESSAGELOGCONTEXT -DQT_SQL_LIB -DQT_WIDGETS_LIB -ID:/zyh_dev/STARFISH/src/starfish_demo/build -ID:/zyh_dev/STARFISH/src/starfish_demo -ID:/zyh_dev/STARFISH/src/starfish_demo/build/starfish_debug_autogen/include -ID:/zyh_dev/STARFISH/src/log -ID:/zyh_dev/STARFISH/src/database -isystem C:/Qt/Qt5.12.11/5.12.11/mingw73_64/include -isystem C:/Qt/Qt5.12.11/5.12.11/mingw73_64/include/QtCore -isystem C:/Qt/Qt5.12.11/5.12.11/mingw73_64/./mkspecs/win32-g++ -isystem C:/Qt/Qt5.12.11/5.12.11/mingw73_64/include/QtSql -isystem C:/Qt/Qt5.12.11/5.12.11/mingw73_64/include/QtConcurrent -isystem C:/Qt/Qt5.12.11/5.12.11/mingw73_64/include/QtGui -isystem C:/Qt/Qt5.12.11/5.12.11/mingw73_64/include/QtANGLE -isystem C:/Qt/Qt5.12.11/5.12.11/mingw73_64/include/QtWidgets -g -c -std=gnu++11 --target=x86_64-w64-windows-gnu "-resource-dir=C:\\\\Users\\\\tenxo\\\\AppData\\\\Local\\\\nvim-data\\\\mason\\\\packages\\\\clangd\\\\clangd_18.1.3\\\\lib\\\\clang\\\\18" -- "D:\\\\zyh_dev\\\\STARFISH\\\\src\\\\starfish_demo\\\\DataImport\\\\STMRawData.cpp"\r\n'
[ERROR][2024-08-11 19:02:49] .../vim/lsp/rpc.lua:770 "rpc" "C:\\Users\\tenxo\\AppData\\Local\\nvim-data\\mason\\bin\\clangd.CMD" "stderr" "I[19:02:49.645] Loaded compilation database from D:\\zyh_dev\\STARFISH\\src\\starfish_demo\\build\\compile_commands.json\r\n"
[ERROR][2024-08-11 19:02:49] .../vim/lsp/rpc.lua:770 "rpc" "C:\\Users\\tenxo\\AppData\\Local\\nvim-data\\mason\\bin\\clangd.CMD" "stderr" "I[19:02:49.655] --> window/workDoneProgress/create(0)\r\nI[19:02:49.655] Enqueueing 15 commands for indexing\r\n"
[ERROR][2024-08-11 19:02:49] .../vim/lsp/rpc.lua:770 "rpc" "C:\\Users\\tenxo\\AppData\\Local\\nvim-data\\mason\\bin\\clangd.CMD" "stderr" "I[19:02:49.680] <-- textDocument/documentSymbol(4)\r\n"
[ERROR][2024-08-11 19:02:49] .../vim/lsp/rpc.lua:770 "rpc" "C:\\Users\\tenxo\\AppData\\Local\\nvim-data\\mason\\bin\\clangd.CMD" "stderr" "I[19:02:49.836] <-- textDocument/documentSymbol(5)\r\n"
[ERROR][2024-08-11 19:02:49] .../vim/lsp/rpc.lua:770 "rpc" "C:\\Users\\tenxo\\AppData\\Local\\nvim-data\\mason\\bin\\clangd.CMD" "stderr" "I[19:02:49.853] <-- textDocument/inlayHint(6)\r\n"
[ERROR][2024-08-11 19:02:49] .../vim/lsp/rpc.lua:770 "rpc" "C:\\Users\\tenxo\\AppData\\Local\\nvim-data\\mason\\bin\\clangd.CMD" "stderr" "I[19:02:49.859] <-- textDocument/semanticTokens/full(7)\r\n"
[ERROR][2024-08-11 19:02:49] .../vim/lsp/rpc.lua:770 "rpc" "C:\\Users\\tenxo\\AppData\\Local\\nvim-data\\mason\\bin\\clangd.CMD" "stderr" "I[19:02:49.883] <-- reply(0)\r\n"
[ERROR][2024-08-11 19:02:49] .../vim/lsp/rpc.lua:770 "rpc" "C:\\Users\\tenxo\\AppData\\Local\\nvim-data\\mason\\bin\\clangd.CMD" "stderr" "I[19:02:49.883] --> $/progress\r\nI[19:02:49.883] --> $/progress\r\n"
[ERROR][2024-08-11 19:02:52] .../vim/lsp/rpc.lua:770 "rpc" "C:\\Users\\tenxo\\AppData\\Local\\nvim-data\\mason\\bin\\clangd.CMD" "stderr" "I[19:02:51.225] Built preamble of size 8648000 for file D:\\zyh_dev\\STARFISH\\src\\starfish_demo\\DataImport\\STMRawData.cpp version 0 in 1.58 seconds\r\nI[19:02:51.229] --> workspace/semanticTokens/refresh(1)\r\nI[19:02:51.229] Indexing c++11 standard library in the context of D:\\zyh_dev\\STARFISH\\src\\starfish_demo\\DataImport\\STMRawData.cpp\r\nI[19:02:51.567] --> textDocument/publishDiagnostics\r\nI[19:02:51.593] --> reply:textDocument/inlayHint(2) 1968 ms\r\nI[19:02:51.754] --> $/progress\r\n"
[ERROR][2024-08-11 19:02:52] .../vim/lsp/rpc.lua:770 "rpc" "C:\\Users\\tenxo\\AppData\\Local\\nvim-data\\mason\\bin\\clangd.CMD" "stderr" "I[19:02:52.292] --> $/progress\r\nI[19:02:52.293] --> reply:textDocument/documentSymbol(3) 2669 ms\r\n"
[ERROR][2024-08-11 19:02:52] .../vim/lsp/rpc.lua:770 "rpc" "C:\\Users\\tenxo\\AppData\\Local\\nvim-data\\mason\\bin\\clangd.CMD" "stderr" "I[19:02:52.294] --> reply:textDocument/documentSymbol(4) 2614 ms\r\n"
[ERROR][2024-08-11 19:02:52] .../vim/lsp/rpc.lua:770 "rpc" "C:\\Users\\tenxo\\AppData\\Local\\nvim-data\\mason\\bin\\clangd.CMD" "stderr" "I[19:02:52.296] --> reply:textDocument/documentSymbol(5) 2459 ms\r\n"
[ERROR][2024-08-11 19:02:52] .../vim/lsp/rpc.lua:770 "rpc" "C:\\Users\\tenxo\\AppData\\Local\\nvim-data\\mason\\bin\\clangd.CMD" "stderr" "I[19:02:52.306] --> reply:textDocument/inlayHint(6) 2452 ms\r\n"
[ERROR][2024-08-11 19:02:52] .../vim/lsp/rpc.lua:770 "rpc" "C:\\Users\\tenxo\\AppData\\Local\\nvim-data\\mason\\bin\\clangd.CMD" "stderr" "I[19:02:52.317] --> reply:textDocument/semanticTokens/full(7) 2457 ms\r\n"
[ERROR][2024-08-11 19:02:52] .../vim/lsp/rpc.lua:770 "rpc" "C:\\Users\\tenxo\\AppData\\Local\\nvim-data\\mason\\bin\\clangd.CMD" "stderr" "I[19:02:52.403] <-- $/cancelRequest\r\nI[19:02:52.403] <-- textDocument/semanticTokens/full(8)\r\n"
[ERROR][2024-08-11 19:02:52] .../vim/lsp/rpc.lua:770 "rpc" "C:\\Users\\tenxo\\AppData\\Local\\nvim-data\\mason\\bin\\clangd.CMD" "stderr" "I[19:02:52.403] <-- reply(1)\r\n"
[ERROR][2024-08-11 19:02:52] .../vim/lsp/rpc.lua:770 "rpc" "C:\\Users\\tenxo\\AppData\\Local\\nvim-data\\mason\\bin\\clangd.CMD" "stderr" "I[19:02:52.411] --> reply:textDocument/semanticTokens/full(8) 7 ms\r\n"
[ERROR][2024-08-11 19:02:52] .../vim/lsp/rpc.lua:770 "rpc" "C:\\Users\\tenxo\\AppData\\Local\\nvim-data\\mason\\bin\\clangd.CMD" "stderr" "I[19:02:52.864] <-- textDocument/signatureHelp(9)\r\n"
[ERROR][2024-08-11 19:02:52] .../vim/lsp/rpc.lua:770 "rpc" "C:\\Users\\tenxo\\AppData\\Local\\nvim-data\\mason\\bin\\clangd.CMD" "stderr" "I[19:02:52.864] <-- textDocument/signatureHelp(10)\r\n"
[ERROR][2024-08-11 19:02:52] .../vim/lsp/rpc.lua:770 "rpc" "C:\\Users\\tenxo\\AppData\\Local\\nvim-data\\mason\\bin\\clangd.CMD" "stderr" "I[19:02:52.889] --> reply:textDocument/signatureHelp(9) 24 ms\r\n"
[ERROR][2024-08-11 19:02:52] .../vim/lsp/rpc.lua:770 "rpc" "C:\\Users\\tenxo\\AppData\\Local\\nvim-data\\mason\\bin\\clangd.CMD" "stderr" "I[19:02:52.890] --> reply:textDocument/signatureHelp(10) 25 ms\r\n"
[ERROR][2024-08-11 19:02:53] .../vim/lsp/rpc.lua:770 "rpc" "C:\\Users\\tenxo\\AppData\\Local\\nvim-data\\mason\\bin\\clangd.CMD" "stderr" "I[19:02:53.265] Indexed c++11 standard library (incomplete due to errors): 10870 symbols, 823 filtered\r\n"
[ERROR][2024-08-11 19:02:59] .../vim/lsp/rpc.lua:770 "rpc" "C:\\Users\\tenxo\\AppData\\Local\\nvim-data\\mason\\bin\\clangd.CMD" "stderr" "I[19:02:59.488] <-- textDocument/signatureHelp(11)\r\n"
[ERROR][2024-08-11 19:02:59] .../vim/lsp/rpc.lua:770 "rpc" "C:\\Users\\tenxo\\AppData\\Local\\nvim-data\\mason\\bin\\clangd.CMD" "stderr" "I[19:02:59.489] <-- textDocument/signatureHelp(12)\r\n"
[ERROR][2024-08-11 19:02:59] .../vim/lsp/rpc.lua:770 "rpc" "C:\\Users\\tenxo\\AppData\\Local\\nvim-data\\mason\\bin\\clangd.CMD" "stderr" "I[19:02:59.518] --> reply:textDocument/signatureHelp(12) 29 ms\r\n"
[ERROR][2024-08-11 19:02:59] .../vim/lsp/rpc.lua:770 "rpc" "C:\\Users\\tenxo\\AppData\\Local\\nvim-data\\mason\\bin\\clangd.CMD" "stderr" "I[19:02:59.518] --> reply:textDocument/signatureHelp(11) 30 ms\r\n"
[ERROR][2024-08-11 19:02:59] .../vim/lsp/rpc.lua:770 "rpc" "C:\\Users\\tenxo\\AppData\\Local\\nvim-data\\mason\\bin\\clangd.CMD" "stderr" "I[19:02:59.951] <-- textDocument/signatureHelp(13)\r\n"
[ERROR][2024-08-11 19:02:59] .../vim/lsp/rpc.lua:770 "rpc" "C:\\Users\\tenxo\\AppData\\Local\\nvim-data\\mason\\bin\\clangd.CMD" "stderr" "I[19:02:59.951] <-- textDocument/signatureHelp(14)\r\n"
[ERROR][2024-08-11 19:02:59] .../vim/lsp/rpc.lua:770 "rpc" "C:\\Users\\tenxo\\AppData\\Local\\nvim-data\\mason\\bin\\clangd.CMD" "stderr" "I[19:02:59.977] --> reply:textDocument/signatureHelp(13) 25 ms\r\n"
[ERROR][2024-08-11 19:02:59] .../vim/lsp/rpc.lua:770 "rpc" "C:\\Users\\tenxo\\AppData\\Local\\nvim-data\\mason\\bin\\clangd.CMD" "stderr" "I[19:02:59.978] --> reply:textDocument/signatureHelp(14) 26 ms\r\n"
[ERROR][2024-08-11 19:03:01] .../vim/lsp/rpc.lua:770 "rpc" "C:\\Users\\tenxo\\AppData\\Local\\nvim-data\\mason\\bin\\clangd.CMD" "stderr" "I[19:03:01.589] <-- textDocument/didChange\r\nI[19:03:01.589] <-- textDocument/documentSymbol(15)\r\n"
[ERROR][2024-08-11 19:03:01] .../vim/lsp/rpc.lua:770 "rpc" "C:\\Users\\tenxo\\AppData\\Local\\nvim-data\\mason\\bin\\clangd.CMD" "stderr" 'I[19:03:01.594] ASTWorker building file D:\\zyh_dev\\STARFISH\\src\\starfish_demo\\DataImport\\STMRawData.cpp version 3 with command inferred from D:/zyh_dev/STARFISH/src/starfish_demo/DataImport/DataInputDialog.cpp\r\n[D:/zyh_dev/STARFISH/src/starfish_demo/build]\r\n"C:\\\\Qt\\\\Qt5.12.11\\\\Tools\\\\mingw730_64\\\\bin\\\\g++.exe" --driver-mode=g++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DEPRECATED_WARNINGS -DQT_GUI_LIB -DQT_MESSAGELOGCONTEXT -DQT_SQL_LIB -DQT_WIDGETS_LIB -ID:/zyh_dev/STARFISH/src/starfish_demo/build -ID:/zyh_dev/STARFISH/src/starfish_demo -ID:/zyh_dev/STARFISH/src/starfish_demo/build/starfish_debug_autogen/include -ID:/zyh_dev/STARFISH/src/log -ID:/zyh_dev/STARFISH/src/database -isystem C:/Qt/Qt5.12.11/5.12.11/mingw73_64/include -isystem C:/Qt/Qt5.12.11/5.12.11/mingw73_64/include/QtCore -isystem C:/Qt/Qt5.12.11/5.12.11/mingw73_64/./mkspecs/win32-g++ -isystem C:/Qt/Qt5.12.11/5.12.11/mingw73_64/include/QtSql -isystem C:/Qt/Qt5.12.11/5.12.11/mingw73_64/include/QtConcurrent -isystem C:/Qt/Qt5.12.11/5.12.11/mingw73_64/include/QtGui -isystem C:/Qt/Qt5.12.11/5.12.11/mingw73_64/include/QtANGLE -isystem C:/Qt/Qt5.12.11/5.12.11/mingw73_64/include/QtWidgets -g -c -std=gnu++11 --target=x86_64-w64-windows-gnu "-resource-dir=C:\\\\Users\\\\tenxo\\\\AppData\\\\Local\\\\nvim-data\\\\mason\\\\packages\\\\clangd\\\\clangd_18.1.3\\\\lib\\\\clang\\\\18" -- "D:\\\\zyh_dev\\\\STARFISH\\\\src\\\\starfish_demo\\\\DataImport\\\\STMRawData.cpp"\r\n'
[ERROR][2024-08-11 19:03:01] .../vim/lsp/rpc.lua:770 "rpc" "C:\\Users\\tenxo\\AppData\\Local\\nvim-data\\mason\\bin\\clangd.CMD" "stderr" "I[19:03:01.617] <-- textDocument/semanticTokens/full/delta(16)\r\n"
[ERROR][2024-08-11 19:03:01] .../vim/lsp/rpc.lua:770 "rpc" "C:\\Users\\tenxo\\AppData\\Local\\nvim-data\\mason\\bin\\clangd.CMD" "stderr" "I[19:03:01.722] <-- textDocument/inlayHint(17)\r\n"
[ERROR][2024-08-11 19:03:01] .../vim/lsp/rpc.lua:770 "rpc" "C:\\Users\\tenxo\\AppData\\Local\\nvim-data\\mason\\bin\\clangd.CMD" "stderr" "I[19:03:01.888] --> textDocument/publishDiagnostics\r\n"
[ERROR][2024-08-11 19:03:01] .../vim/lsp/rpc.lua:770 "rpc" "C:\\Users\\tenxo\\AppData\\Local\\nvim-data\\mason\\bin\\clangd.CMD" "stderr" "I[19:03:01.898] --> reply:textDocument/documentSymbol(15) 308 ms\r\n"
[ERROR][2024-08-11 19:03:01] .../vim/lsp/rpc.lua:770 "rpc" "C:\\Users\\tenxo\\AppData\\Local\\nvim-data\\mason\\bin\\clangd.CMD" "stderr" "I[19:03:01.905] --> reply:textDocument/semanticTokens/full/delta(16) 287 ms\r\n"
[ERROR][2024-08-11 19:03:01] .../vim/lsp/rpc.lua:770 "rpc" "C:\\Users\\tenxo\\AppData\\Local\\nvim-data\\mason\\bin\\clangd.CMD" "stderr" "I[19:03:01.918] --> reply:textDocument/inlayHint(17) 196 ms\r\n"
[ERROR][2024-08-11 19:03:02] .../vim/lsp/rpc.lua:770 "rpc" "C:\\Users\\tenxo\\AppData\\Local\\nvim-data\\mason\\bin\\clangd.CMD" "stderr" "I[19:03:02.004] <-- textDocument/signatureHelp(18)\r\nI[19:03:02.005] <-- textDocument/signatureHelp(19)\r\n"
[ERROR][2024-08-11 19:03:02] .../vim/lsp/rpc.lua:770 "rpc" "C:\\Users\\tenxo\\AppData\\Local\\nvim-data\\mason\\bin\\clangd.CMD" "stderr" "I[19:03:02.027] --> reply:textDocument/signatureHelp(18) 23 ms\r\n"
[ERROR][2024-08-11 19:03:02] .../vim/lsp/rpc.lua:770 "rpc" "C:\\Users\\tenxo\\AppData\\Local\\nvim-data\\mason\\bin\\clangd.CMD" "stderr" "I[19:03:02.030] --> reply:textDocument/signatureHelp(19) 24 ms\r\n"
[ERROR][2024-08-11 19:03:02] .../vim/lsp/rpc.lua:770 "rpc" "C:\\Users\\tenxo\\AppData\\Local\\nvim-data\\mason\\bin\\clangd.CMD" "stderr" "I[19:03:02.124] <-- textDocument/didChange\r\n"
[ERROR][2024-08-11 19:03:04] .../vim/lsp/rpc.lua:770 "rpc" "C:\\Users\\tenxo\\AppData\\Local\\nvim-data\\mason\\bin\\clangd.CMD" "stderr" 'I[19:03:02.448] ASTWorker building file D:\\zyh_dev\\STARFISH\\src\\starfish_demo\\DataImport\\STMRawData.cpp version 4 with command inferred from D:/zyh_dev/STARFISH/src/starfish_demo/DataImport/DataInputDialog.cpp\r\n[D:/zyh_dev/STARFISH/src/starfish_demo/build]\r\n"C:\\\\Qt\\\\Qt5.12.11\\\\Tools\\\\mingw730_64\\\\bin\\\\g++.exe" --driver-mode=g++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DEPRECATED_WARNINGS -DQT_GUI_LIB -DQT_MESSAGELOGCONTEXT -DQT_SQL_LIB -DQT_WIDGETS_LIB -ID:/zyh_dev/STARFISH/src/starfish_demo/build -ID:/zyh_dev/STARFISH/src/starfish_demo -ID:/zyh_dev/STARFISH/src/starfish_demo/build/starfish_debug_autogen/include -ID:/zyh_dev/STARFISH/src/log -ID:/zyh_dev/STARFISH/src/database -isystem C:/Qt/Qt5.12.11/5.12.11/mingw73_64/include -isystem C:/Qt/Qt5.12.11/5.12.11/mingw73_64/include/QtCore -isystem C:/Qt/Qt5.12.11/5.12.11/mingw73_64/./mkspecs/win32-g++ -isystem C:/Qt/Qt5.12.11/5.12.11/mingw73_64/include/QtSql -isystem C:/Qt/Qt5.12.11/5.12.11/mingw73_64/include/QtConcurrent -isystem C:/Qt/Qt5.12.11/5.12.11/mingw73_64/include/QtGui -isystem C:/Qt/Qt5.12.11/5.12.11/mingw73_64/include/QtANGLE -isystem C:/Qt/Qt5.12.11/5.12.11/mingw73_64/include/QtWidgets -g -c -std=gnu++11 --target=x86_64-w64-windows-gnu "-resource-dir=C:\\\\Users\\\\tenxo\\\\AppData\\\\Local\\\\nvim-data\\\\mason\\\\packages\\\\clangd\\\\clangd_18.1.3\\\\lib\\\\clang\\\\18" -- "D:\\\\zyh_dev\\\\STARFISH\\\\src\\\\starfish_demo\\\\DataImport\\\\STMRawData.cpp"\r\nI[19:03:02.743] --> textDocument/publishDiagnostics\r\nI[19:03:03.063] <-- textDocument/documentSymbol(20)\r\nI[19:03:03.064] --> reply:textDocument/documentSymbol(20) 1 ms\r\nI[19:03:03.191] <-- textDocument/completion(21)\r\nI[19:03:03.243] Code complete: sema context Statement, query scopes [] (AnyScope=true), expected type <none>\r\nI[19:03:03.243] Code complete: 88 results from Sema, 606 from Index, 1 matched, 0 from identifiers, 350 returned (incomplete).\r\nI[19:03:03.281] --> reply:textDocument/completion(21) 89 ms\r\n'
[ERROR][2024-08-11 19:03:04] .../vim/lsp/rpc.lua:770 "rpc" "C:\\Users\\tenxo\\AppData\\Local\\nvim-data\\mason\\bin\\clangd.CMD" "stderr" "I[19:03:04.703] <-- textDocument/didChange\r\n"
[ERROR][2024-08-11 19:03:05] .../vim/lsp/rpc.lua:770 "rpc" "C:\\Users\\tenxo\\AppData\\Local\\nvim-data\\mason\\bin\\clangd.CMD" "stderr" 'I[19:03:04.988] ASTWorker building file D:\\zyh_dev\\STARFISH\\src\\starfish_demo\\DataImport\\STMRawData.cpp version 5 with command inferred from D:/zyh_dev/STARFISH/src/starfish_demo/DataImport/DataInputDialog.cpp\r\n[D:/zyh_dev/STARFISH/src/starfish_demo/build]\r\n"C:\\\\Qt\\\\Qt5.12.11\\\\Tools\\\\mingw730_64\\\\bin\\\\g++.exe" --driver-mode=g++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DEPRECATED_WARNINGS -DQT_GUI_LIB -DQT_MESSAGELOGCONTEXT -DQT_SQL_LIB -DQT_WIDGETS_LIB -ID:/zyh_dev/STARFISH/src/starfish_demo/build -ID:/zyh_dev/STARFISH/src/starfish_demo -ID:/zyh_dev/STARFISH/src/starfish_demo/build/starfish_debug_autogen/include -ID:/zyh_dev/STARFISH/src/log -ID:/zyh_dev/STARFISH/src/database -isystem C:/Qt/Qt5.12.11/5.12.11/mingw73_64/include -isystem C:/Qt/Qt5.12.11/5.12.11/mingw73_64/include/QtCore -isystem C:/Qt/Qt5.12.11/5.12.11/mingw73_64/./mkspecs/win32-g++ -isystem C:/Qt/Qt5.12.11/5.12.11/mingw73_64/include/QtSql -isystem C:/Qt/Qt5.12.11/5.12.11/mingw73_64/include/QtConcurrent -isystem C:/Qt/Qt5.12.11/5.12.11/mingw73_64/include/QtGui -isystem C:/Qt/Qt5.12.11/5.12.11/mingw73_64/include/QtANGLE -isystem C:/Qt/Qt5.12.11/5.12.11/mingw73_64/include/QtWidgets -g -c -std=gnu++11 --target=x86_64-w64-windows-gnu "-resource-dir=C:\\\\Users\\\\tenxo\\\\AppData\\\\Local\\\\nvim-data\\\\mason\\\\packages\\\\clangd\\\\clangd_18.1.3\\\\lib\\\\clang\\\\18" -- "D:\\\\zyh_dev\\\\STARFISH\\\\src\\\\starfish_demo\\\\DataImport\\\\STMRawData.cpp"\r\nI[19:03:05.237] --> textDocument/publishDiagnostics\r\nI[19:03:05.480] <-- textDocument/didChange\r\nI[19:03:05.482] <-- textDocument/documentSymbol(22)\r\nI[19:03:05.485] ASTWorker building file D:\\zyh_dev\\STARFISH\\src\\starfish_demo\\DataImport\\STMRawData.cpp version 13 with command inferred from D:/zyh_dev/STARFISH/src/starfish_demo/DataImport/DataInputDialog.cpp\r\n[D:/zyh_dev/STARFISH/src/starfish_demo/build]\r\n"C:\\\\Qt\\\\Qt5.12.11\\\\Tools\\\\mingw730_64\\\\bin\\\\g++.exe" --driver-mode=g++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DEPRECATED_WARNINGS -DQT_GUI_LIB -DQT_MESSAGELOGCONTEXT -DQT_SQL_LIB -DQT_WIDGETS_LIB -ID:/zyh_dev/STARFISH/src/starfish_demo/build -ID:/zyh_dev/STARFISH/src/starfish_demo -ID:/zyh_dev/STARFISH/src/starfish_demo/build/starfish_debug_autogen/include -ID:/zyh_dev/STARFISH/src/log -ID:/zyh_dev/STARFISH/src/database -isystem C:/Qt/Qt5.12.11/5.12.11/mingw73_64/include -isystem C:/Qt/Qt5.12.11/5.12.11/mingw73_64/include/QtCore -isystem C:/Qt/Qt5.12.11/5.12.11/mingw73_64/./mkspecs/win32-g++ -isystem C:/Qt/Qt5.12.11/5.12.11/mingw73_64/include/QtSql -isystem C:/Qt/Qt5.12.11/5.12.11/mingw73_64/include/QtConcurrent -isystem C:/Qt/Qt5.12.11/5.12.11/mingw73_64/include/QtGui -isystem C:/Qt/Qt5.12.11/5.12.11/mingw73_64/include/QtANGLE -isystem C:/Qt/Qt5.12.11/5.12.11/mingw73_64/include/QtWidgets -g -c -std=gnu++11 --target=x86_64-w64-windows-gnu "-resource-dir=C:\\\\Users\\\\tenxo\\\\AppData\\\\Local\\\\nvim-data\\\\mason\\\\packages\\\\clangd\\\\clangd_18.1.3\\\\lib\\\\clang\\\\18" -- "D:\\\\zyh_dev\\\\STARFISH\\\\src\\\\starfish_demo\\\\DataImport\\\\STMRawData.cpp"\r\n'
[ERROR][2024-08-11 19:03:05] .../vim/lsp/rpc.lua:770 "rpc" "C:\\Users\\tenxo\\AppData\\Local\\nvim-data\\mason\\bin\\clangd.CMD" "stderr" "I[19:03:05.512] <-- textDocument/inlayHint(23)\r\n"
[WARN][2024-08-11 19:03:05] ...lsp/handlers.lua:135 "The language server copilot triggers a registerCapability handler for workspace/didChangeWorkspaceFolders despite dynamicRegistration set to false. Report upstream, this warning is harmless"
[ERROR][2024-08-11 19:03:05] .../vim/lsp/rpc.lua:770 "rpc" "C:\\Users\\tenxo\\AppData\\Local\\nvim-data\\mason\\bin\\clangd.CMD" "stderr" "I[19:03:05.585] <-- textDocument/documentSymbol(24)\r\n"
[ERROR][2024-08-11 19:03:05] .../vim/lsp/rpc.lua:770 "rpc" "C:\\Users\\tenxo\\AppData\\Local\\nvim-data\\mason\\bin\\clangd.CMD" "stderr" "I[19:03:05.599] <-- textDocument/semanticTokens/full/delta(25)\r\n"
[ERROR][2024-08-11 19:03:05] .../vim/lsp/rpc.lua:770 "rpc" "C:\\Users\\tenxo\\AppData\\Local\\nvim-data\\mason\\bin\\clangd.CMD" "stderr" "I[19:03:05.608] <-- textDocument/inlayHint(26)\r\n"
[ERROR][2024-08-11 19:03:05] .../vim/lsp/rpc.lua:770 "rpc" "C:\\Users\\tenxo\\AppData\\Local\\nvim-data\\mason\\bin\\clangd.CMD" "stderr" "I[19:03:05.614] <-- textDocument/inlayHint(27)\r\n"
[ERROR][2024-08-11 19:03:05] .../vim/lsp/rpc.lua:770 "rpc" "C:\\Users\\tenxo\\AppData\\Local\\nvim-data\\mason\\bin\\clangd.CMD" "stderr" "I[19:03:05.721] <-- textDocument/completion(28)\r\n"
[ERROR][2024-08-11 19:03:05] .../vim/lsp/rpc.lua:770 "rpc" "C:\\Users\\tenxo\\AppData\\Local\\nvim-data\\mason\\bin\\clangd.CMD" "stderr" "I[19:03:05.763] Code complete: sema context Statement, query scopes [] (AnyScope=true), expected type <none>\r\n"
[ERROR][2024-08-11 19:03:05] .../vim/lsp/rpc.lua:770 "rpc" "C:\\Users\\tenxo\\AppData\\Local\\nvim-data\\mason\\bin\\clangd.CMD" "stderr" "I[19:03:05.764] Code complete: 0 results from Sema, 0 from Index, 0 matched, 0 from identifiers, 0 returned.\r\nI[19:03:05.764] --> reply:textDocument/completion(28) 42 ms\r\nI[19:03:05.778] --> textDocument/publishDiagnostics\r\nI[19:03:05.786] --> reply:textDocument/documentSymbol(22) 304 ms\r\nI[19:03:05.795] --> reply:textDocument/inlayHint(23) 282 ms\r\n"
[ERROR][2024-08-11 19:03:05] .../vim/lsp/rpc.lua:770 "rpc" "C:\\Users\\tenxo\\AppData\\Local\\nvim-data\\mason\\bin\\clangd.CMD" "stderr" "I[19:03:05.805] --> reply:textDocument/documentSymbol(24) 219 ms\r\n"
[ERROR][2024-08-11 19:03:05] .../vim/lsp/rpc.lua:770 "rpc" "C:\\Users\\tenxo\\AppData\\Local\\nvim-data\\mason\\bin\\clangd.CMD" "stderr" "I[19:03:05.811] --> reply:textDocument/semanticTokens/full/delta(25) 212 ms\r\n"
[ERROR][2024-08-11 19:03:05] .../vim/lsp/rpc.lua:770 "rpc" "C:\\Users\\tenxo\\AppData\\Local\\nvim-data\\mason\\bin\\clangd.CMD" "stderr" "I[19:03:05.822] --> reply:textDocument/inlayHint(26) 213 ms\r\n"
[ERROR][2024-08-11 19:03:05] .../vim/lsp/rpc.lua:770 "rpc" "C:\\Users\\tenxo\\AppData\\Local\\nvim-data\\mason\\bin\\clangd.CMD" "stderr" "I[19:03:05.834] --> reply:textDocument/inlayHint(27) 219 ms\r\n"
[ERROR][2024-08-11 19:03:06] .../vim/lsp/rpc.lua:770 "rpc" "C:\\Users\\tenxo\\AppData\\Local\\nvim-data\\mason\\bin\\clangd.CMD" "stderr" "I[19:03:06.115] <-- textDocument/documentSymbol(29)\r\n"
[ERROR][2024-08-11 19:03:06] .../vim/lsp/rpc.lua:770 "rpc" "C:\\Users\\tenxo\\AppData\\Local\\nvim-data\\mason\\bin\\clangd.CMD" "stderr" "I[19:03:06.117] --> reply:textDocument/documentSymbol(29) 2 ms\r\n"
[ERROR][2024-08-11 19:03:06] .../vim/lsp/rpc.lua:770 "rpc" "C:\\Users\\tenxo\\AppData\\Local\\nvim-data\\mason\\bin\\clangd.CMD" "stderr" "I[19:03:06.247] <-- textDocument/signatureHelp(30)\r\nI[19:03:06.248] <-- textDocument/signatureHelp(31)\r\nI[19:03:06.249] <-- textDocument/signatureHelp(32)\r\n"
[ERROR][2024-08-11 19:03:06] .../vim/lsp/rpc.lua:770 "rpc" "C:\\Users\\tenxo\\AppData\\Local\\nvim-data\\mason\\bin\\clangd.CMD" "stderr" "I[19:03:06.268] --> reply:textDocument/signatureHelp(30) 20 ms\r\n"
[ERROR][2024-08-11 19:03:06] .../vim/lsp/rpc.lua:770 "rpc" "C:\\Users\\tenxo\\AppData\\Local\\nvim-data\\mason\\bin\\clangd.CMD" "stderr" "I[19:03:06.274] --> reply:textDocument/signatureHelp(32) 25 ms\r\n"
[ERROR][2024-08-11 19:03:06] .../vim/lsp/rpc.lua:770 "rpc" "C:\\Users\\tenxo\\AppData\\Local\\nvim-data\\mason\\bin\\clangd.CMD" "stderr" "I[19:03:06.277] --> reply:textDocument/signatureHelp(31) 29 ms\r\n"
[ERROR][2024-08-11 19:03:07] .../vim/lsp/rpc.lua:770 "rpc" "C:\\Users\\tenxo\\AppData\\Local\\nvim-data\\mason\\bin\\clangd.CMD" "stderr" "I[19:03:07.063] <-- textDocument/didChange\r\n"
[ERROR][2024-08-11 19:03:07] .../vim/lsp/rpc.lua:770 "rpc" "C:\\Users\\tenxo\\AppData\\Local\\nvim-data\\mason\\bin\\clangd.CMD" "stderr" 'I[19:03:07.344] ASTWorker building file D:\\zyh_dev\\STARFISH\\src\\starfish_demo\\DataImport\\STMRawData.cpp version 14 with command inferred from D:/zyh_dev/STARFISH/src/starfish_demo/DataImport/DataInputDialog.cpp\r\n[D:/zyh_dev/STARFISH/src/starfish_demo/build]\r\n"C:\\\\Qt\\\\Qt5.12.11\\\\Tools\\\\mingw730_64\\\\bin\\\\g++.exe" --driver-mode=g++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DEPRECATED_WARNINGS -DQT_GUI_LIB -DQT_MESSAGELOGCONTEXT -DQT_SQL_LIB -DQT_WIDGETS_LIB -ID:/zyh_dev/STARFISH/src/starfish_demo/build -ID:/zyh_dev/STARFISH/src/starfish_demo -ID:/zyh_dev/STARFISH/src/starfish_demo/build/starfish_debug_autogen/include -ID:/zyh_dev/STARFISH/src/log -ID:/zyh_dev/STARFISH/src/database -isystem C:/Qt/Qt5.12.11/5.12.11/mingw73_64/include -isystem C:/Qt/Qt5.12.11/5.12.11/mingw73_64/include/QtCore -isystem C:/Qt/Qt5.12.11/5.12.11/mingw73_64/./mkspecs/win32-g++ -isystem C:/Qt/Qt5.12.11/5.12.11/mingw73_64/include/QtSql -isystem C:/Qt/Qt5.12.11/5.12.11/mingw73_64/include/QtConcurrent -isystem C:/Qt/Qt5.12.11/5.12.11/mingw73_64/include/QtGui -isystem C:/Qt/Qt5.12.11/5.12.11/mingw73_64/include/QtANGLE -isystem C:/Qt/Qt5.12.11/5.12.11/mingw73_64/include/QtWidgets -g -c -std=gnu++11 --target=x86_64-w64-windows-gnu "-resource-dir=C:\\\\Users\\\\tenxo\\\\AppData\\\\Local\\\\nvim-data\\\\mason\\\\packages\\\\clangd\\\\clangd_18.1.3\\\\lib\\\\clang\\\\18" -- "D:\\\\zyh_dev\\\\STARFISH\\\\src\\\\starfish_demo\\\\DataImport\\\\STMRawData.cpp"\r\nI[19:03:07.597] --> textDocument/publishDiagnostics\r\n'
[ERROR][2024-08-11 19:03:07] .../vim/lsp/rpc.lua:770 "rpc" "C:\\Users\\tenxo\\AppData\\Local\\nvim-data\\mason\\bin\\clangd.CMD" "stderr" "I[19:03:07.876] <-- textDocument/documentSymbol(33)\r\nI[19:03:07.878] --> reply:textDocument/documentSymbol(33) 1 ms\r\n"
[ERROR][2024-08-11 19:03:07] .../vim/lsp/rpc.lua:770 "rpc" "C:\\Users\\tenxo\\AppData\\Local\\nvim-data\\mason\\bin\\clangd.CMD" "stderr" "I[19:03:07.957] <-- textDocument/didChange\r\n"
[ERROR][2024-08-11 19:03:08] .../vim/lsp/rpc.lua:770 "rpc" "C:\\Users\\tenxo\\AppData\\Local\\nvim-data\\mason\\bin\\clangd.CMD" "stderr" 'I[19:03:08.239] ASTWorker building file D:\\zyh_dev\\STARFISH\\src\\starfish_demo\\DataImport\\STMRawData.cpp version 15 with command inferred from D:/zyh_dev/STARFISH/src/starfish_demo/DataImport/DataInputDialog.cpp\r\n[D:/zyh_dev/STARFISH/src/starfish_demo/build]\r\n"C:\\\\Qt\\\\Qt5.12.11\\\\Tools\\\\mingw730_64\\\\bin\\\\g++.exe" --driver-mode=g++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DEPRECATED_WARNINGS -DQT_GUI_LIB -DQT_MESSAGELOGCONTEXT -DQT_SQL_LIB -DQT_WIDGETS_LIB -ID:/zyh_dev/STARFISH/src/starfish_demo/build -ID:/zyh_dev/STARFISH/src/starfish_demo -ID:/zyh_dev/STARFISH/src/starfish_demo/build/starfish_debug_autogen/include -ID:/zyh_dev/STARFISH/src/log -ID:/zyh_dev/STARFISH/src/database -isystem C:/Qt/Qt5.12.11/5.12.11/mingw73_64/include -isystem C:/Qt/Qt5.12.11/5.12.11/mingw73_64/include/QtCore -isystem C:/Qt/Qt5.12.11/5.12.11/mingw73_64/./mkspecs/win32-g++ -isystem C:/Qt/Qt5.12.11/5.12.11/mingw73_64/include/QtSql -isystem C:/Qt/Qt5.12.11/5.12.11/mingw73_64/include/QtConcurrent -isystem C:/Qt/Qt5.12.11/5.12.11/mingw73_64/include/QtGui -isystem C:/Qt/Qt5.12.11/5.12.11/mingw73_64/include/QtANGLE -isystem C:/Qt/Qt5.12.11/5.12.11/mingw73_64/include/QtWidgets -g -c -std=gnu++11 --target=x86_64-w64-windows-gnu "-resource-dir=C:\\\\Users\\\\tenxo\\\\AppData\\\\Local\\\\nvim-data\\\\mason\\\\packages\\\\clangd\\\\clangd_18.1.3\\\\lib\\\\clang\\\\18" -- "D:\\\\zyh_dev\\\\STARFISH\\\\src\\\\starfish_demo\\\\DataImport\\\\STMRawData.cpp"\r\nI[19:03:08.501] --> textDocument/publishDiagnostics\r\n'
[ERROR][2024-08-11 19:03:08] .../vim/lsp/rpc.lua:770 "rpc" "C:\\Users\\tenxo\\AppData\\Local\\nvim-data\\mason\\bin\\clangd.CMD" "stderr" 'I[19:03:08.806] <-- textDocument/didChange\r\nI[19:03:08.806] <-- textDocument/documentSymbol(34)\r\nI[19:03:08.809] ASTWorker building file D:\\zyh_dev\\STARFISH\\src\\starfish_demo\\DataImport\\STMRawData.cpp version 16 with command inferred from D:/zyh_dev/STARFISH/src/starfish_demo/DataImport/DataInputDialog.cpp\r\n[D:/zyh_dev/STARFISH/src/starfish_demo/build]\r\n"C:\\\\Qt\\\\Qt5.12.11\\\\Tools\\\\mingw730_64\\\\bin\\\\g++.exe" --driver-mode=g++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DEPRECATED_WARNINGS -DQT_GUI_LIB -DQT_MESSAGELOGCONTEXT -DQT_SQL_LIB -DQT_WIDGETS_LIB -ID:/zyh_dev/STARFISH/src/starfish_demo/build -ID:/zyh_dev/STARFISH/src/starfish_demo -ID:/zyh_dev/STARFISH/src/starfish_demo/build/starfish_debug_autogen/include -ID:/zyh_dev/STARFISH/src/log -ID:/zyh_dev/STARFISH/src/database -isystem C:/Qt/Qt5.12.11/5.12.11/mingw73_64/include -isystem C:/Qt/Qt5.12.11/5.12.11/mingw73_64/include/QtCore -isystem C:/Qt/Qt5.12.11/5.12.11/mingw73_64/./mkspecs/win32-g++ -isystem C:/Qt/Qt5.12.11/5.12.11/mingw73_64/include/QtSql -isystem C:/Qt/Qt5.12.11/5.12.11/mingw73_64/include/QtConcurrent -isystem C:/Qt/Qt5.12.11/5.12.11/mingw73_64/include/QtGui -isystem C:/Qt/Qt5.12.11/5.12.11/mingw73_64/include/QtANGLE -isystem C:/Qt/Qt5.12.11/5.12.11/mingw73_64/include/QtWidgets -g -c -std=gnu++11 --target=x86_64-w64-windows-gnu "-resource-dir=C:\\\\Users\\\\tenxo\\\\AppData\\\\Local\\\\nvim-data\\\\mason\\\\packages\\\\clangd\\\\clangd_18.1.3\\\\lib\\\\clang\\\\18" -- "D:\\\\zyh_dev\\\\STARFISH\\\\src\\\\starfish_demo\\\\DataImport\\\\STMRawData.cpp"\r\n'
[ERROR][2024-08-11 19:03:08] .../vim/lsp/rpc.lua:770 "rpc" "C:\\Users\\tenxo\\AppData\\Local\\nvim-data\\mason\\bin\\clangd.CMD" "stderr" "I[19:03:08.846] <-- textDocument/semanticTokens/full/delta(35)\r\n"
[ERROR][2024-08-11 19:03:08] .../vim/lsp/rpc.lua:770 "rpc" "C:\\Users\\tenxo\\AppData\\Local\\nvim-data\\mason\\bin\\clangd.CMD" "stderr" "I[19:03:08.891] <-- textDocument/inlayHint(36)\r\n"
[ERROR][2024-08-11 19:03:08] .../vim/lsp/rpc.lua:770 "rpc" "C:\\Users\\tenxo\\AppData\\Local\\nvim-data\\mason\\bin\\clangd.CMD" "stderr" "I[19:03:08.917] <-- textDocument/inlayHint(37)\r\n"
[ERROR][2024-08-11 19:03:08] .../vim/lsp/rpc.lua:770 "rpc" "C:\\Users\\tenxo\\AppData\\Local\\nvim-data\\mason\\bin\\clangd.CMD" "stderr" "I[19:03:08.943] <-- textDocument/inlayHint(38)\r\n"
[ERROR][2024-08-11 19:03:09] .../vim/lsp/rpc.lua:770 "rpc" "C:\\Users\\tenxo\\AppData\\Local\\nvim-data\\mason\\bin\\clangd.CMD" "stderr" "I[19:03:09.087] --> textDocument/publishDiagnostics\r\n"
[ERROR][2024-08-11 19:03:09] .../vim/lsp/rpc.lua:770 "rpc" "C:\\Users\\tenxo\\AppData\\Local\\nvim-data\\mason\\bin\\clangd.CMD" "stderr" "I[19:03:09.096] --> reply:textDocument/documentSymbol(34) 289 ms\r\n"
[ERROR][2024-08-11 19:03:09] .../vim/lsp/rpc.lua:770 "rpc" "C:\\Users\\tenxo\\AppData\\Local\\nvim-data\\mason\\bin\\clangd.CMD" "stderr" "I[19:03:09.106] --> reply:textDocument/semanticTokens/full/delta(35) 259 ms\r\n"
[ERROR][2024-08-11 19:03:09] .../vim/lsp/rpc.lua:770 "rpc" "C:\\Users\\tenxo\\AppData\\Local\\nvim-data\\mason\\bin\\clangd.CMD" "stderr" "I[19:03:09.115] --> reply:textDocument/inlayHint(36) 224 ms\r\n"
[ERROR][2024-08-11 19:03:09] .../vim/lsp/rpc.lua:770 "rpc" "C:\\Users\\tenxo\\AppData\\Local\\nvim-data\\mason\\bin\\clangd.CMD" "stderr" "I[19:03:09.125] --> reply:textDocument/inlayHint(37) 207 ms\r\n"
[ERROR][2024-08-11 19:03:09] .../vim/lsp/rpc.lua:770 "rpc" "C:\\Users\\tenxo\\AppData\\Local\\nvim-data\\mason\\bin\\clangd.CMD" "stderr" "I[19:03:09.140] --> reply:textDocument/inlayHint(38) 197 ms\r\n"
[ERROR][2024-08-11 19:03:09] .../vim/lsp/rpc.lua:770 "rpc" "C:\\Users\\tenxo\\AppData\\Local\\nvim-data\\mason\\bin\\clangd.CMD" "stderr" "I[19:03:09.296] <-- textDocument/signatureHelp(39)\r\nI[19:03:09.297] <-- textDocument/signatureHelp(40)\r\nI[19:03:09.297] <-- textDocument/signatureHelp(41)\r\n"
[ERROR][2024-08-11 19:03:09] .../vim/lsp/rpc.lua:770 "rpc" "C:\\Users\\tenxo\\AppData\\Local\\nvim-data\\mason\\bin\\clangd.CMD" "stderr" "I[19:03:09.324] --> reply:textDocument/signatureHelp(39) 28 ms\r\n"
[ERROR][2024-08-11 19:03:09] .../vim/lsp/rpc.lua:770 "rpc" "C:\\Users\\tenxo\\AppData\\Local\\nvim-data\\mason\\bin\\clangd.CMD" "stderr" "I[19:03:09.325] --> reply:textDocument/signatureHelp(41) 28 ms\r\n"
[ERROR][2024-08-11 19:03:09] .../vim/lsp/rpc.lua:770 "rpc" "C:\\Users\\tenxo\\AppData\\Local\\nvim-data\\mason\\bin\\clangd.CMD" "stderr" "I[19:03:09.327] --> reply:textDocument/signatureHelp(40) 30 ms\r\n"
[ERROR][2024-08-11 19:03:09] .../vim/lsp/rpc.lua:770 "rpc" "C:\\Users\\tenxo\\AppData\\Local\\nvim-data\\mason\\bin\\clangd.CMD" "stderr" "I[19:03:09.442] <-- textDocument/documentSymbol(42)\r\n"
[ERROR][2024-08-11 19:03:09] .../vim/lsp/rpc.lua:770 "rpc" "C:\\Users\\tenxo\\AppData\\Local\\nvim-data\\mason\\bin\\clangd.CMD" "stderr" "I[19:03:09.444] --> reply:textDocument/documentSymbol(42) 1 ms\r\n"
[ERROR][2024-08-11 19:03:09] .../vim/lsp/rpc.lua:770 "rpc" "C:\\Users\\tenxo\\AppData\\Local\\nvim-data\\mason\\bin\\clangd.CMD" "stderr" "I[19:03:09.804] <-- textDocument/signatureHelp(43)\r\nI[19:03:09.804] <-- textDocument/signatureHelp(44)\r\nI[19:03:09.805] <-- textDocument/signatureHelp(45)\r\n"
[ERROR][2024-08-11 19:03:09] .../vim/lsp/rpc.lua:770 "rpc" "C:\\Users\\tenxo\\AppData\\Local\\nvim-data\\mason\\bin\\clangd.CMD" "stderr" "I[19:03:09.826] --> reply:textDocument/signatureHelp(43) 22 ms\r\n"
[ERROR][2024-08-11 19:03:09] .../vim/lsp/rpc.lua:770 "rpc" "C:\\Users\\tenxo\\AppData\\Local\\nvim-data\\mason\\bin\\clangd.CMD" "stderr" "I[19:03:09.832] --> reply:textDocument/signatureHelp(45) 27 ms\r\n"
[ERROR][2024-08-11 19:03:09] .../vim/lsp/rpc.lua:770 "rpc" "C:\\Users\\tenxo\\AppData\\Local\\nvim-data\\mason\\bin\\clangd.CMD" "stderr" "I[19:03:09.832] --> reply:textDocument/signatureHelp(44) 27 ms\r\n"
[ERROR][2024-08-11 19:03:10] .../vim/lsp/rpc.lua:770 "rpc" "C:\\Users\\tenxo\\AppData\\Local\\nvim-data\\mason\\bin\\clangd.CMD" "stderr" "I[19:03:10.158] <-- textDocument/signatureHelp(46)\r\nI[19:03:10.159] <-- textDocument/signatureHelp(47)\r\nI[19:03:10.159] <-- textDocument/signatureHelp(48)\r\n"
[ERROR][2024-08-11 19:03:10] .../vim/lsp/rpc.lua:770 "rpc" "C:\\Users\\tenxo\\AppData\\Local\\nvim-data\\mason\\bin\\clangd.CMD" "stderr" "I[19:03:10.194] --> reply:textDocument/signatureHelp(47) 35 ms\r\n"
[ERROR][2024-08-11 19:03:10] .../vim/lsp/rpc.lua:770 "rpc" "C:\\Users\\tenxo\\AppData\\Local\\nvim-data\\mason\\bin\\clangd.CMD" "stderr" "I[19:03:10.197] --> reply:textDocument/signatureHelp(46) 38 ms\r\n"
[ERROR][2024-08-11 19:03:10] .../vim/lsp/rpc.lua:770 "rpc" "C:\\Users\\tenxo\\AppData\\Local\\nvim-data\\mason\\bin\\clangd.CMD" "stderr" "I[19:03:10.199] --> reply:textDocument/signatureHelp(48) 40 ms\r\n"
[ERROR][2024-08-11 19:03:12] .../vim/lsp/rpc.lua:770 "rpc" "C:\\Users\\tenxo\\AppData\\Local\\nvim-data\\mason\\bin\\clangd.CMD" "stderr" "I[19:03:12.536] <-- textDocument/didClose\r\nI[19:03:12.538] --> textDocument/publishDiagnostics\r\n"
try open the same file w/ 'nvim --clean xxx'
After I open a file using nvim --clean xxx
and then close it, I reopen the file using nvim xxx
, which has all the plugins, and at the same time behaves the same way as it did when I opened a small file, but once I restart a session, I need to repeat the same operation again, and this only works for a specific file, and when I do this for one file, there's no improvement for the performance of editing another file of the same size as this one.
@kiirii4 Thanks for the additional info! Based on what u've shared, I'm inclined to think our configuration isn't a major factor in the lag. I just ran a test myself, editing large source files from the FreeBSD project on a freshly installed Windows VM, and didn't experience any lag.
One suggestion we can offer is to disable certain "laggy" plugins when files exceed a specific size (for instance, disabling Treesitter for files over 7,500 lines). However, the root cause of ur issue likely lies elsewhere in ur system - could be anything from the filesystem, quarantine settings, to even your physical hardware. Given that this is beyond our scope to fix, I'm going to close this for now. That said, if u uncover anything new or have more concerns, feel free to reopen this issue!
Version confirmation
Following prerequisites
Not a user config issue
Neovim version
nvim v0.10.1
Operating system/version
windows11
Terminal name/version
wezterm
$TERM environment variable
No response
Branch info
main (Default/Latest)
Fetch Preferences
SSH (use_ssh = true)
How to reproduce the issue
Use clangd as lsp, open a file more than 6000 lines.
Expected behavior
Smooth operation in normal mode and insert mode for large files.
Actual behavior
Each action takes a few extra seconds to get a response, and if you type in insert mode, it takes 5 seconds for it to show up on the screen, and moves (hjkl) are very laggy.
Additional information
No response