From a54eabbd572b80106b11c62a3292618957780352 Mon Sep 17 00:00:00 2001 From: Doug Schaefer Date: Fri, 3 May 2019 11:25:12 -0400 Subject: [PATCH] Update the README and test the verify job. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bf22073..3eff960 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,9 @@ > Note: This is a preliminary milestone release. Please help us by trying out this extension and providing feedback using [our github issues page](https://github.com/eclipse-cdt/cdt-vscode/issues). -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. It is built using the new IDE architecture popularized by the Visual Studio Code team and includes the clangd language server as well as the CDT gdb debug adapter. +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 focus experience that Visual Studio Code. It provides a platform to integrate build systems, compilers, and debuggers that are used by embedded system, server, and desktop developers. We provide exemplary implementations for the GNU toolchain but provide interfaces for other toolchain vendors to extend such as IAR. +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