Official repository for the Microsoft C/C++ extension for VS Code.
Перейти к файлу
csigs 02a7c5c45a
Localization - Translated Strings (#5716)
Co-authored-by: DevDiv Build Lab - Dev14 <dlab14@microsoft.com>
2020-07-02 10:51:43 -07:00
.github/ISSUE_TEMPLATE Update issue language template (#5089) 2020-03-11 10:25:53 -07:00
Build/lldb-mi Create .yml for building LLDB-MI (#4910) 2020-02-12 13:38:43 -08:00
Code Samples updates 2019-03-25 21:10:52 -07:00
Documentation Update documentation to reflect use of yarn (#4174) 2019-08-30 17:12:36 -07:00
Extension Localization - Translated Strings (#5716) 2020-07-02 10:51:43 -07:00
Images updated screenshots 2017-12-07 16:50:06 -08:00
Themes Switch to Semantic Tokens API (#5401) 2020-07-01 14:48:26 -07:00
.gitignore Script to automatically create a PR when new translations are available (#4231) 2019-09-12 15:00:45 -07:00
CODE_OF_CONDUCT.md Improve documentation (#1515) 2018-02-07 08:04:18 -08:00
CONTRIBUTING.md Enable string localization (#3963) 2019-08-29 18:08:49 -07:00
LICENSE.txt Rename LICENSE.txt. (#1457) 2018-01-16 14:32:37 -08:00
LanguageCCPP_color_128x.png Add files via upload 2017-07-28 16:26:23 -07:00
README.md Update readme: add GCC Linux tutorial and deprecate Linux 32bit (#5348) 2020-04-22 18:31:25 -07:00
azure-pipelines.yml Fix issue with cancellation of rename (#5025) 2020-02-27 16:14:31 -08:00
launch.md Deprecate old documentation and update readme files (#3984) 2019-08-08 09:47:35 -07:00

README.md

C/C++ for Visual Studio Code

Repository  |  Issues  |  Documentation  |  Code Samples  |  Offline Installers

Badge

This preview release of the C/C++ extension adds language support for C/C++ to Visual Studio Code, including features such as IntelliSense and debugging.

Overview and tutorials

C/C++ extension tutorials per compiler and platform

Questions and feedback

FAQs
Check out the FAQs before filing a question.

Provide feedback
File questions, issues, or feature requests for the extension.

Known issues
If someone has already filed an issue that encompasses your feedback, please leave a 👍 or 👎 reaction on the issue to upvote or downvote it to help us prioritize the issue.

Quick survey
Let us know what you think of the extension by taking the quick survey.

Offline installation

The extension has platform-specific binary dependencies, therefore installation via the Marketplace requires an Internet connection in order to download additional dependencies. If you are working on a computer that does not have access to the Internet or is behind a strict firewall, you may need to use our platform-specific packages and install them by running VS Code's "Install from VSIX..." command. These "offline' packages are available at: https://github.com/Microsoft/vscode-cpptools/releases.

Package Platform
cpptools-linux.vsix Linux 64-bit
cpptools-linux32.vsix Linux 32-bit (available up to version 0.27.0)
cpptools-osx.vsix macOS
cpptools-win32.vsix Windows 64-bit & 32-bit

Contribution

Contributions are always welcome. Please see our contributing guide for more details.

Microsoft Open Source Code of Conduct

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

Data and telemetry

This extension collects usage data and sends it to Microsoft to help improve our products and services. Collection of telemetry is controlled via the same setting provided by Visual Studio Code: "telemetry.enableTelemetry". Read our privacy statement to learn more.