Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

after updating VS code Version: 1.64.2 #8855

Closed
bonniewt opened this issue Feb 13, 2022 · 3 comments
Closed

after updating VS code Version: 1.64.2 #8855

bonniewt opened this issue Feb 13, 2022 · 3 comments
Labels
Language Service more info needed The issue report is not actionable in its current state

Comments

@bonniewt
Copy link

bonniewt commented Feb 13, 2022

Bug type: Language Service

Describe the bug

  • OS and Version: Mac OS Monterey version 12.1
  • VS Code Version: Version: 1.64.2
  • C/C++ Extension Version: v1.8.4
  • Other extensions you installed (and if the issue persists after disabling them): N/A
  • If using SSH remote, specify OS of remote machine:
  • A clear and concise description of what the bug is, including information about the workspace (i.e. is the workspace a single project or multiple projects, size of the project, etc).
    After updating VS code to version 1.64.2 and updating C/C++ extension to v1.8.4, IntelliSense no longer checks the code.

Steps to reproduce

  1. Install update
  2. Opened VS code and got "Couldn't start client cpptools" error message
  3. Notice that IntelliSense is not working

Expected behavior
IntelliSense works as normal.

Code sample and logs
[Error - 8:45:09 PM] Starting client failed
Launching server using command /home/cit595/.vscode-server/extensions/ms-vscode.cpptools-1.8.4/bin/cpptools failed.

@michelleangela michelleangela added Language Service more info needed The issue report is not actionable in its current state labels Feb 14, 2022
@michelleangela michelleangela self-assigned this Feb 14, 2022
@Colengms
Copy link
Contributor

Hi @bonniewt . Could you try deleting the /home/cit595/.vscode-server/extensions/ms-vscode.cpptools-1.8.4 folder and installing the C/C++ extension again? That might solve the issue, if due to the wrong version of the (native binaries for the) extension being deployed to your machine. (i.e. microsoft/vscode#141696 ).

If that does not address the issue, could you enable "C_Cpp.loggingLevel": "Debug" and provide all of the output to that C/C++ output channel leading up to the repro?

@michelleangela michelleangela removed their assignment Feb 14, 2022
@bonniewt
Copy link
Author

Resolved: I uninstalled the C/C++ extension and the cpptools error message disappeared. Intellisense appears to have returned.

@sean-mcmanus
Copy link
Contributor

Yeah, we've seen other reports like this -- there could be some VS Code bug that can randomly cause the extension to install incorrectly.

@github-actions github-actions bot locked and limited conversation to collaborators Apr 1, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Language Service more info needed The issue report is not actionable in its current state
Projects
None yet
Development

No branches or pull requests

4 participants