From 98d8644c89118fc53e3d5b53c0d648ffb2105a00 Mon Sep 17 00:00:00 2001 From: Meitar Reihan Date: Sat, 22 Feb 2020 17:17:30 +0200 Subject: [PATCH] Revert "added how to setup VS Code for C++ with clangd support" This reverts commit 44cec2b32b047b04cdbe3108dca969b7040d157c. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 74b951e..26ad566 100644 --- a/README.md +++ b/README.md @@ -328,7 +328,6 @@ Unlike some other editors, VS Code supports IntelliSense, linting, outline out-o #### More * [Microsoft's tutorial on using VSCode for remote C/C++ development](https://devblogs.microsoft.com/cppblog/vscode-cpp-may-2019-update/) -* [How to setup VS Code for C++ with clangd support](https://stackoverflow.com/a/59820115) ## C\#, ASP .NET and .NET Core