前两天发现安装 C/C++ 插件失败,提示版本不兼容。 似乎微软不让 Cursor 用了。 我是C/C++ 插件重度使用者,这个低版本C++插件可以解决这个问题。
1. 如果 Cursor 已经安装新版本 C++插件,打开 Cursor 卸载 C++插件。
2. 打开 C++插件 1.23.5 Release 页面。https://github.com/microsoft/vscode-cpptools/releases/tag/v1.23.5
3. 下载对应版本。[Windows 64 下载]( https://github.com/microsoft/vscode-cpptools/releases/download/v1.23.5/cpptools-windows-x64.vsix )
也可以下载文章绑定的资源
4. Open Cursor and press Ctrl + Shift + P to open the command palette.
5. Search for "Install from VSIX" and select it.
6. Browse to the downloaded VSIX file and install it.
7. Wait for the installation to complete (may take about a minute).
8. OK!!