From 415c62b9153ee241212983f4a626839cc8bb1204 Mon Sep 17 00:00:00 2001 From: Valerii Iatsko Date: Sat, 13 Aug 2016 19:39:16 +0200 Subject: [PATCH] Restyle C/C++ part a bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cff8360..c4e1fa8 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ Unlike some other editors, VS Code supports IntelliSense, linting, outline out-o ### C++ -- [C/C++](https://marketplace.visualstudio.com/items?itemName=ms-vscode.cpptools) by [Microsoft](https://microsoft.com) - Preview C/C++ extension by Microsoft, read [official blog post](https://blogs.msdn.microsoft.com/vcblog/2016/03/31/cc-extension-for-visual-studio-code/) for the details +- [C/C++](https://marketplace.visualstudio.com/items?itemName=ms-vscode.cpptools) - Preview C/C++ extension by [Microsoft](https://microsoft.com), read [official blog post](https://blogs.msdn.microsoft.com/vcblog/2016/03/31/cc-extension-for-visual-studio-code/) for the details - [gnu-global-tags](https://marketplace.visualstudio.com/items?itemName=austin.code-gnu-global) - Provide Intellisense for C/C++ with the help of the GNU Global tool. ### CSS