ktongue/docker_container / .vscode-server /extensions /ms-vscode.cpptools-1.30.5-linux-arm64
20.9 GB
673,093 files
Updated 4 months ago
Name
Size
LLVM
assets
bin
debugAdapters
dist
ui
walkthrough
.vsixmanifest3.13 kB
xet
CHANGELOG.md186 kB
xet
LICENSE.txt11.9 kB
xet
LanguageCCPP_color_128x.png4.79 kB
xet
README.md4.69 kB
xet
ThirdPartyNotices.txt245 kB
xet
VCPkgHeadersDatabase.zip1.1 MB
xet
c_cpp_properties.schema.json20.8 kB
xet
cpp.hint81 Bytes
xet
cppdbg.ad7Engine.json168 Bytes
xet
package.json226 kB
xet
package.nls.cs.json83.2 kB
xet
package.nls.de.json88.2 kB
xet
package.nls.es.json86.6 kB
xet
package.nls.fr.json88 kB
xet
package.nls.it.json85.3 kB
xet
package.nls.ja.json93.3 kB
xet
package.nls.json109 kB
xet
package.nls.ko.json83.4 kB
xet
package.nls.pl.json88.2 kB
xet
package.nls.pt-br.json83.7 kB
xet
package.nls.ru.json120 kB
xet
package.nls.tr.json84.2 kB
xet
package.nls.zh-cn.json71.4 kB
xet
package.nls.zh-tw.json72.4 kB
xet
release.flag0 Bytes
xet
README.md

C/C++ for Visual Studio Code

Repository  |  Issues  |  Documentation  |  Code Samples

Badge

The C/C++ extension adds language support for C/C++ to Visual Studio Code, including editing (IntelliSense) and debugging features.

Pre-requisites

C++ is a compiled language meaning your program's source code must be translated (compiled) before it can be run on your computer. VS Code is first and foremost an editor, and relies on command-line tools to do much of the development workflow. The C/C++ extension does not include a C++ compiler or debugger. You will need to install these tools or use those already installed on your computer.

  • C++ compiler pre-installed
  • C++ debugger pre-installed

Here is a list of compilers and architectures per platform officially supported by the extension. These are reflected by the available IntelliSense modes from the extension's IntelliSense configuration. Note that support for other compilers may be limited.

Platform Compilers Architectures
Windows MSVC, Clang, GCC x64, x86, arm64, arm
Linux Clang, GCC x64, x86, arm64, arm
macOS Clang, GCC x64, x86, arm64

For more information about installing the required tools or setting up the extension, please follow the tutorials below.

Overview and tutorials

C/C++ extension tutorials per compiler and platform

Quick links

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.

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.

Total size
20.9 GB
Files
673,093
Last updated
Mar 19
Pre-warmed CDN
US EU US EU

Contributors