vscode-cpptools icon indicating copy to clipboard operation
vscode-cpptools copied to clipboard

Cant Switch Between c_cpp_properties.json Configurations on macOS

Open kenwang92 opened this issue 2 weeks ago • 2 comments

I edited a C project folder on my Mac through SMB, but I noticed that when I press Cmd + Shift + P and type C/C++, there is no C/C++: Edit Configurations (JSON) option. On Windows, I can switch configurations using the win32 button in the lower-left corner and also access C/C++: Edit Configurations (JSON) normally.

This project already has a /.vscode/c_cpp_properties.json file, but on macOS the same project just doesn’t show the option.

Image

kenwang92 avatar Dec 01 '25 08:12 kenwang92