What are the difference between cpptools.exe and cpptools-srv.exe ? #8116
-
Does vscode-cpptools is using Language Server? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
No -- cpptools.exe is the "server". The "client" is run inside the VS Code extension host as JavaScript. cpptools-srv.exe is a child process that runs IntelliSense processing. cpptools-srv.exe only runs if C_Cpp.intelliSenseEngine is set to "Default" and a file is opened. |
Beta Was this translation helpful? Give feedback.
No -- cpptools.exe is the "server". The "client" is run inside the VS Code extension host as JavaScript. cpptools-srv.exe is a child process that runs IntelliSense processing. cpptools-srv.exe only runs if C_Cpp.intelliSenseEngine is set to "Default" and a file is opened.