Skip to content

C Intellisense is not working on Remote SSH #9164

Answered by Colengms
0xm4s0ud asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @Masoudjafari . There is a "C++ IntelliSense" extension in the marketplace, but it is not developed by Microsoft. If you have that extension installed, it would conflict with the "C/C++" extension from Microsoft.

Though, the log you have provided does appear to be from the C/C++ extension. It appears to be failing to communicate with a child (IntelliSense) process that it started, due to a permission error (-13, EACCESS). Since you mentioned that the same scenario works on another machine, the issue would seem to be related to the configuration of the machine it's failing on. The IntelliSense process is a native process launched by cpptools, which is also a native process. The permissi…

Replies: 1 comment 8 replies

Comment options

You must be logged in to vote
8 replies
@Colengms
Comment options

@0xm4s0ud
Comment options

@Colengms
Comment options

@0xm4s0ud
Comment options

@Colengms
Comment options

Answer selected by 0xm4s0ud
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants