Skip to content

Commit b5e8379

Browse files
fullenw1TylerLeonhardt
authored andcommitted
Update community_snippets.md (#1435)
Just two additional sentences to avoid confusion.
1 parent bb545ab commit b5e8379

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: docs/community_snippets.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@
88

99
## What are snippets
1010

11-
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.
11+
Code snippets are templates that make it easier to enter repeating code patterns, such as loops or conditional-statements.
12+
The list of snippets below is not integrated into the extension. However, instead, users can add them to their own, custom snippets file.
13+
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.
1214

1315
_To contribute, check out our [guide here](#contributing)._
1416

0 commit comments

Comments
 (0)