Sean McManus

Results 60 issues of Sean McManus

Language Service
fixed
reliability
enhancement
internal

> @taoran-git Doing a Reload Window should fix it -- the path is cached. See https://github.com/microsoft/vscode-cpptools/blob/main/Extension/src/LanguageServer/settings.ts#L111 . If that doesn't fix it, can you file a new issue on the...

Language Service
by design
investigate
Feature: Code Formatting
Feature: Code Analysis

My repro was with the Mac SDK headers, but it's possible the bug could repro in other cases as well.

bug
Language Service
Feature: Create Declaration or Definition

Use `""` in an includePath and open the c_cpp_properties.json or the config UI. e.g. ```json "includePath": [ "${workspaceFolder}/**", "\"${workspaceFolder}\\new folder\"" ], ``` Bug: It's giving an incorrect warning message. It...

Language Service
investigate
Feature: Configuration

With a large enough workspace such as chromium. The "Populating file name cache..." may not occur 100% of the time. This doesn't affect workspace symbols.

bug
Language Service
performance
Feature: Document Symbol

This is after the other performance fixes in 1.19.3. I've seen up to 5 seconds extra on Windows with a large workspace. Longer delays might be possible Linux and Mac...

bug
Language Service
performance
Feature: Symbol Search

I also have a macro-related issue; not sure if this is intended. When using macros defined in other files, sometimes the tokens/scopes are incorrect for macros inside the macro call....

bug
Language Service
fixed
Visual Studio
Feature: Colorization

This issue prevails, even with `"editor.suggest.insertMode": "insert", "[cpp]": { "editor.suggest.insertMode": "insert" }`: ![actual](https://user-images.githubusercontent.com/9538837/221896188-806284f2-69f7-4ba7-b872-81c5ac34faa1.gif) I would expect the editor with the above settings to never ever ever delete characters, e. g....

bug
Language Service
fixed (release pending)
Feature: Auto-complete

See the original bug report at https://github.com/microsoft/vscode-cpptools/issues/10561 . Doxygen docs at https://www.doxygen.nl/manual/commands.html#cmdcopydetails .

After installing this extension, opening our C/C++ extension workspace causes VS Code to permanently freeze saying "The window is no longer responding". After some unknown condition, this bug stopped reproing,...