Type: LanguageService
Describe the bug
- OS and Version: Windows 10 2004 build 19041.508
- VS Code Version: 1.49.3
- C/C++ Extension Version: 1.0.1
- Other extensions you installed (and if the issue persists after disabling them): CMake Tools
- Does this issue involve using SSH remote to run the extension on a remote machine?: No
- 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).
Steps to reproduce
Use the following code snippet with a new cmake project.
#include <span>
#include <vector>
int main()
{
std::vector xs{1, 2, 3};
std::span s{xs};
return 0;
}
Expected behavior
Intellisense stops working.
Extension Host shows
[2020-10-04 03:51:45.671] [exthost] [error] [ms-vscode.cpptools] provider FAILED
[2020-10-04 03:51:45.671] [exthost] [error] undefined
Type: LanguageService
Describe the bug
Steps to reproduce
Use the following code snippet with a new cmake project.
Expected behavior
Intellisense stops working.
Extension Host shows
[2020-10-04 03:51:45.671] [exthost] [error] [ms-vscode.cpptools] provider FAILED
[2020-10-04 03:51:45.671] [exthost] [error] undefined