{"id":20435895,"url":"https://github.com/andyneff/ms-vscode.cpptools","last_synced_at":"2026-02-11T00:32:44.297Z","repository":{"id":90969551,"uuid":"69296224","full_name":"andyneff/ms-vscode.cpptools","owner":"andyneff","description":"Unofficial open source clone of the ms-vscode.cpptools repo with some docker hacks added for debugging inside a docker","archived":false,"fork":false,"pushed_at":"2016-10-07T23:47:38.000Z","size":18644,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-24T18:29:09.049Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"AppleScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/andyneff.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-09-26T21:56:53.000Z","updated_at":"2024-04-16T15:38:52.000Z","dependencies_parsed_at":null,"dependency_job_id":"7eae5113-e5c9-4aa1-bf5e-c219ba09bdff","html_url":"https://github.com/andyneff/ms-vscode.cpptools","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/andyneff/ms-vscode.cpptools","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andyneff%2Fms-vscode.cpptools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andyneff%2Fms-vscode.cpptools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andyneff%2Fms-vscode.cpptools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andyneff%2Fms-vscode.cpptools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/andyneff","download_url":"https://codeload.github.com/andyneff/ms-vscode.cpptools/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andyneff%2Fms-vscode.cpptools/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29323605,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-10T20:44:44.282Z","status":"ssl_error","status_checked_at":"2026-02-10T20:44:43.393Z","response_time":65,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-15T08:38:18.948Z","updated_at":"2026-02-11T00:32:44.254Z","avatar_url":"https://github.com/andyneff.png","language":"AppleScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# C/C++ for Visual Studio Code\r\nThis preview release of the extension adds language support for C/C++ to Visual Studio Code including:\r\n* Language service \r\n  * Code Formatting (clang-format)\r\n  * Auto-Completion (experimental)\r\n  * Symbol Searching\r\n  * Go to Definition\r\n  * Peek Definition\r\n* Debugging  \r\n  * Support for debugging Windows (PDB, Mingw/Cygwin), Linux and OS X applications \r\n  * Line by line code stepping\r\n  * Breakpoints (including conditional and function breakpoints)\r\n  * Variable inspection\r\n  * Multi-threaded debugging support\r\n  * Core dump debugging support\r\n  * Executing GDB or MI commands directly when using 'C++ (GDB/LLDB)' debugging environment\r\n  * For help configuring the debugger see [Configuring launch.json for C/C++ debugging](https://github.com/Microsoft/vscode-cpptools/blob/master/launch.md) \r\n    on our [GitHub page](https://github.com/Microsoft/vscode-cpptools).\r\n\r\nYou can find more detailed information about C/C++ support on Visual Studio Code at our [documentation page](http://code.visualstudio.com/docs/languages/cpp).\r\n\r\nIf you run into any problems, please file an issue on [GitHub](https://github.com/Microsoft/vscode-cpptools/issues).\r\n\r\n## Change History\r\n### Version 0.9.2: September 22, 2016\r\n* Bug fixes.\r\n\r\n### Version 0.9.1: September 7, 2016\r\n* Bug fixes.\r\n\r\n### Version 0.9.0: August 29, 2016\r\n* [August update](https://blogs.msdn.microsoft.com/vcblog/2016/08/29/august-update-for-the-visual-studio-code-cc-extension/) for C/C++ extension.\r\n* Debugging for Visual C++ applications on Windows (Program Database files) is now available.\r\n* `clang-format` is now automatically installed as a part of the extension and formats code as you type.\r\n* `clang-format` options have been moved from c_cpp_properties.json file to settings.json (File-\u003ePreferences-\u003eUser settings).\r\n* `clang-format` fall-back style is now set to 'Visual Studio'.\r\n* Attach now requires a request type of `attach` instead of `launch`.\r\n* Support for additional console logging using the keyword `logging` inside `launch.json`.\r\n* Bug fixes.\r\n\r\n### Version 0.8.1: July 27, 2016\r\n* Bug fixes.\r\n\r\n### Version 0.8.0: July 21, 2016\r\n* [July update](https://blogs.msdn.microsoft.com/vcblog/2016/07/26/july-update-for-the-visual-studio-code-cc-extension/) for C/C++ extension.\r\n* Support for debugging on OS X with LLDB 3.8.0. LLDB is now the default debugging option on OS X.\r\n* Attach to process displays a list of available processes.\r\n* Set variable values through Visual Studio Code's locals window. \r\n* Bug fixes.\r\n\r\n### Version 0.7.1: June 27, 2016\r\n* Bug fixes.\r\n\r\n### Version 0.7.0: June 20, 2016\r\n* [June Update](https://blogs.msdn.microsoft.com/vcblog/2016/06/01/may-update-for-the-cc-extension-in-visual-studio-code/) for C/C++ extension.\r\n* Bug fixes.\r\n* Switch between header and source.\r\n* Control which files are processed under include path.\r\n\r\n### Version 0.6.1: June 03, 2016\r\n* Bug fixes.\r\n \r\n### Version 0.6.0: May 24, 2016\r\n* [May update](https://blogs.msdn.microsoft.com/vcblog/2016/07/26/july-update-for-the-visual-studio-code-cc-extension/) for C/C++ extension.\r\n* Support for debugging on OS X with GDB.\r\n* Support for debugging with GDB on MinGW.\r\n* Support for debugging with GDB on Cygwin.\r\n* Debugging on 32-bit Linux now enabled.\r\n* Format code using clang-format.\r\n* Experimental fuzzy autocompletion.\r\n* Bug fixes.\r\n\r\n### Version 0.5.0: April 14, 2016\r\n* Usability and correctness bug fixes. \r\n* Simplify installation experience.\r\n* Usability and correctness bug fixes. \r\n\r\n## Contact Us\r\nIf you’d like to help us build the best C/C++ experience on any platform, [you can sign up to talk directly to the product team and influence our investment in this area](http://landinghub.visualstudio.com/c-nonwin).\r\n\r\nIf you run into any issues, please file an issue on [GitHub](https://github.com/Microsoft/vscode-cpptools/issues).\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandyneff%2Fms-vscode.cpptools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandyneff%2Fms-vscode.cpptools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandyneff%2Fms-vscode.cpptools/lists"}