From 4b2a749f2e83191724c1c5baba3e5c62090b06a0 Mon Sep 17 00:00:00 2001 From: Luc FULLENWARTH Date: Sat, 14 Jul 2018 11:54:58 +0200 Subject: [PATCH] Update community_snippets.md Just two additional sentences to avoid confusion. --- docs/community_snippets.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/community_snippets.md b/docs/community_snippets.md index a1d9864e1f..6bb1f8eb00 100644 --- a/docs/community_snippets.md +++ b/docs/community_snippets.md @@ -8,7 +8,9 @@ ## What are snippets -Code snippets are templates that make it easier to enter repeating code patterns, such as loops or conditional-statements. Check out the [VSCode documentation on snippets](https://code.visualstudio.com/docs/editor/userdefinedsnippets). It provides an overview and instructions on how to author snippets. It's really simple - just a little bit of JSON. +Code snippets are templates that make it easier to enter repeating code patterns, such as loops or conditional-statements. +The list of snippets below is not integrated into the extension. However, instead, users can add them to their own, custom snippets file. +Check out the [VSCode documentation on snippets](https://code.visualstudio.com/docs/editor/userdefinedsnippets). It provides an overview and instructions on how to author snippets. It's really simple - just a little bit of JSON. _To contribute, check out our [guide here](#contributing)._