Skip to content
This repository has been archived by the owner on Jul 23, 2022. It is now read-only.

Latest commit

 

History

History
24 lines (16 loc) · 1.03 KB

README.md

File metadata and controls

24 lines (16 loc) · 1.03 KB

VS Code Extension for C/C++ Development

Note: This is a preliminary milestone release. Please help us by trying out this extension and providing feedback using our github issues page.

This is a Visual Studio Code extension that supports C/C++ development and is brought to you by the same experts who built the C/C++ IDE for Eclipse.

The main focus of this extension is to serve the same community that used the C/C++ IDE for Eclipse but who are looking for the more editor focused experience of Visual Studio Code. It includes the clangd C/C++ language server and provides a platform to integrate build systems, compilers, and debuggers that are used by embedded system, server, and game developers. We provide exemplary implementations for the GNU toolchain but endeavour to support other toolchains as well.

Settings

TODO

Build

We use yarn to as our package manager. To build, simply do

yarn
yarn build

You can also run the build in watch mode using

yarn watch