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

[M1] Some of the code in the .cpp file is uncolored #13236

Open
Ashley-Li opened this issue Feb 5, 2025 · 0 comments
Open

[M1] Some of the code in the .cpp file is uncolored #13236

Ashley-Li opened this issue Feb 5, 2025 · 0 comments

Comments

@Ashley-Li
Copy link

Environment

  • OS and Version: Mac ARM64
  • VS Code Version: 1.96.4
  • C/C++ Extension Version: 1.23.4(pre-release)
  • If using SSH remote, specify OS of remote machine: NA

Bug Summary and Steps to Reproduce

Bug Summary: [M1] Some of the code in the .cpp file is uncolored

Steps to reproduce:

  1. Open a .cpp file and add the following codes:
#include <iostream>
int main()
{ 
   std: cout<"Hello World! \n"; 
}
  1. Check that the coloring of the code is correct

Expected behavior:
The coloring of the code is normal

Actual behavior:
Part of the code is not colored
Image

More info:

  1. This issue is reproduced on C/C++ version 1.3.0, so it is not a regression issue.
  2. Windows/Linux platforms don’t reproduce the issue; Mac x64 also doesn’t reproduce the issue, only Mac ARM64 platform reproduces the issue.

Configuration and Logs

/

Other Extensions

No response

Additional context

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant