Skip to content

[0.24-insiders][macos] Dummy error in output after opening file with Cmd+click #3786

@vng

Description

@vng

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 ..

Metadata

Metadata

Assignees

Labels

Language ServicebugfixedCheck the Milestone for the release in which the fix is or will be available.insidersCurrently only repros with our latest Insiders release.regressionA bug that didn't exist in a previous release

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions