vscode-cpptools
vscode-cpptools copied to clipboard
Official repository for the Microsoft C/C++ extension for VS Code.
Type: LanguageService Hello, i posted the following request in the VSCode repository, but they said it is an issue for the extension, therefore i would like to request this feature...
### Environment - OS and version: Windows 11 Home 21H2 - VS Code: 1.71.1 - C/C++ extension: 1.12.4 - OS and version of remote machine (if applicable): - GDB /...
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 {...
In the following code: ```cpp #define Get2ndVariadicArg(a, b, ...) b #define Assert(condition, ...) HandleAssert("msg", Get2ndVariadicArg(0, ##__VA_ARGS__, #condition)) #define HandleAssert(msg, format) MyAssert(msg, format) int main() { void * p = nullptr;...
### Environment - OS and version: Ubuntu 16 - VS Code: 1.70.2 - C/C++ extension: 1.2.0 - OS and version of remote machine (if applicable): - GDB / LLDB version:...
### Environment - OS and version: Windows 11 21H2 - VS Code Version: 1.71.0 (user setup) - C/C++ extension: 1.12.4 - OS and version of remote machine (if applicable): RaspberryOS...
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...
### Environment - OS : Windows 10 - VS Code: 1.71 - C/C++ extension: 1.12.4 - GDB / LLDB version: Cygwin 11.2-1 ### Bug Summary and Steps to Reproduce Bug...
### Environment - OS and version: Win 11 21H2 - VS Code: 1.70.2 - C/C++ extension: 1.12.2 - GDB / LLDB version: GNU 9.2 ### Bug Summary and Steps to...
### Feature Request in Clang-format v14 you can specify a file path using `-style=file:` however, variable expansions do not work in setting "C_Cpp.clang_format_style" i.e something like "C_Cpp.clang_format_style": "file:${workspaceFolder}/tools/.clang-format" is not...