Sean McManus

Results 60 issues of Sean McManus

![image](https://user-images.githubusercontent.com/42002296/190835996-c7d48d18-f2ae-4d7d-97e5-8bd2ad65695c.png) Ifc file version 0.42 is not supported _Originally posted by @RimuruChan in https://github.com/microsoft/vscode-cpptools/issues/6302#issuecomment-1249974905_

Language Service
fixed (release pending)
enhancement

The examples I gave all look like they have been fixed, however I found a new example that is not outlined correctly: ```cpp namespace foo::bar { namespace baz::inline boop {...

bug
Language Service
fixed (release pending)
Visual Studio
Feature: Document Symbol

Repro is ```json "C_Cpp.codeAnalysis.clangTidy.checks.disabled": [ "clang-diagnostic-implicit-function-declaration" ] ``` Not sure what the ideal fix would be or if this case matters enough to worry about. We could possibly add all...

bug
Language Service
Feature: Code Analysis

See https://github.com/microsoft/vscode-cpptools/wiki/Attaching-debugger-to-cpptools-or-cpptools%E2%80%90srv . The steps don't work. It just shows the blue message below and then the yellow message (and crash message) after disconnecting: ![image](https://user-images.githubusercontent.com/19859882/187313563-ce9bf397-7b34-46fc-8c8a-bd669c861ed1.png) and ![image](https://user-images.githubusercontent.com/19859882/187313597-9e74bf8d-6689-4643-a8a1-f1530c4f1046.png) Previously there was...

From https://github.com/Microsoft/vscode-cpptools/issues/618#issuecomment-428177951 I have similar issue. I have the following folder structure (simplified) ``` componentA/tests/inc/TestDataBuilder.h componentA/tests/src/TestDataBuilder.cpp componentB/tests/inc/TestDataBuilder.h componentB/tests/src/TestDataBuilder.cpp ``` When `componentB/tests/inc/TestDataBuilder.h` is opened and I press Alt+O, the editor jumps...

bug
Language Service
Feature: Switch Header/Source

i.e. have 2 paths in your include path (or use recursive includes) that have the same header file name and are both reached via the same include string path. This...

bug
Language Service
quick fix
Feature: Add '#include'

### Environment - OS and version: Ubuntu22 - VS Code: latest - C/C++ extension: latest - GDB / LLDB version: gdb 12.1 (also repros with 13). ### Bug Summary and...

bug
debugger

It used to appear when a user selects the “Do not configure with a compiler (not recommended) option and maybe some other cases. It looks like it was incorrectly moved...

bug
Language Service
fixed (release pending)
regression
Feature: Configuration

Repro/bug is The expected result is like `#include ` because the first includePath entry is `/usr/include/c++/11` The root bug could potentially manifest in other scenarios (other OS's and potentially non-system...

bug
Language Service
Feature: Add '#include'