-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
Language ServicebugfixedCheck the Milestone for the release in which the fix is or will be available.Check the Milestone for the release in which the fix is or will be available.insidersCurrently only repros with our latest Insiders release.Currently only repros with our latest Insiders release.regressionA bug that didn't exist in a previous releaseA bug that didn't exist in a previous release
Milestone
Description
Type: LanguageService
Always getting this error when opening file with Cmd+click:
This file (blabla) is already opened in the editor but with a different casing. IntelliSense features will be disabled on this copy of the file.
Describe the bug
- OS and Version: MacOS latest
- VS Code Version: 1.35.1
- C/C++ Extension Version: 0.24-insiders
- Other extensions you installed (and if the issue persists after disabling them): CMake, Python, Rust
To Reproduce
{
"configurations": [
{
"name": "Mac",
"includePath": [
"${workspaceFolder}/**",
"/usr/local/opt/tbb/include/",
"/usr/local/opt/boost/include/"
],
"defines": [],
"macFrameworkPath": [],
"cStandard": "c11",
"cppStandard": "c++17",
"intelliSenseMode": "clang-x64",
"configurationProvider": "vector-of-bool.cmake-tools",
"compileCommands": "${workspaceFolder}/build/compile_commands.json"
}
],
"version": 4
}
Just open any file with Cmd+click on any symbol ...
Expected behavior
Don't show any errors ..
n3rd4i, sdht0, kelvich and mxdh
Metadata
Metadata
Assignees
Labels
Language ServicebugfixedCheck the Milestone for the release in which the fix is or will be available.Check the Milestone for the release in which the fix is or will be available.insidersCurrently only repros with our latest Insiders release.Currently only repros with our latest Insiders release.regressionA bug that didn't exist in a previous releaseA bug that didn't exist in a previous release