From e791bf53426024e795389754b50ce268dcb309bd Mon Sep 17 00:00:00 2001 From: Abhishek Pal Date: Thu, 20 Aug 2020 23:51:24 +0530 Subject: [PATCH 1/3] Added links to the C/C++ properties reference --- Extension/ui/settings.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Extension/ui/settings.html b/Extension/ui/settings.html index 87099a250..5f79c275d 100644 --- a/Extension/ui/settings.html +++ b/Extension/ui/settings.html @@ -423,6 +423,10 @@ Switch to the c_cpp_properties.json file by clicking on the file link or using the command:
C/C++: Edit configurations (JSON) + +
+ + Check out C/C++ Properties Schema Reference. Click the link to learn more about the various properties.
@@ -552,7 +556,7 @@ - + From 300ad3a266cd4a9ba6a08ded266dfaaa9f145593 Mon Sep 17 00:00:00 2001 From: Abhishek Pal Date: Fri, 21 Aug 2020 09:08:48 +0530 Subject: [PATCH 2/3] Made requested changes --- Extension/ui/settings.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Extension/ui/settings.html b/Extension/ui/settings.html index 5f79c275d..279c2a460 100644 --- a/Extension/ui/settings.html +++ b/Extension/ui/settings.html @@ -556,7 +556,7 @@ - + From 990defd22e74b1ce03cb4712d22617585e074bf7 Mon Sep 17 00:00:00 2001 From: Abhishek Pal Date: Tue, 25 Aug 2020 11:49:10 +0530 Subject: [PATCH 3/3] Added localization tag and changed link sentence --- Extension/ui/settings.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Extension/ui/settings.html b/Extension/ui/settings.html index 279c2a460..11753b188 100644 --- a/Extension/ui/settings.html +++ b/Extension/ui/settings.html @@ -426,7 +426,7 @@
- Check out C/C++ Properties Schema Reference. Click the link to learn more about the various properties.
+ Learn more about the C/C++ properties by going to C/C++ Properties Schema Reference.