You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .vscode/docs.code-snippets
+18-10Lines changed: 18 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,9 @@
1
1
{
2
-
// Place your DSCv3 workspace snippets here. Each snippet is defined under a snippet name and has a scope, prefix, body and
3
-
// description. Add comma separated ids of the languages where the snippet is applicable in the scope field. If scope
4
-
// is left empty or omitted, the snippet gets applied to all languages. The prefix is what is
5
-
// used to trigger the snippet and the body will be expanded and inserted. Possible variables are:
6
-
// $1, $2 for tab stops, $0 for the final cursor position, and ${1:label}, ${2:another} for placeholders.
2
+
// Place your DSCv3 workspace snippets here. Each snippet is defined under a snippet name and has a scope, prefix, body and
3
+
// description. Add comma separated ids of the languages where the snippet is applicable in the scope field. If scope
4
+
// is left empty or omitted, the snippet gets applied to all languages. The prefix is what is
5
+
// used to trigger the snippet and the body will be expanded and inserted. Possible variables are:
6
+
// $1, $2 for tab stops, $0 for the final cursor position, and ${1:label}, ${2:another} for placeholders.
7
7
// Placeholders with the same ids are connected.
8
8
"Configuration function template": {
9
9
"scope": "markdown",
@@ -140,7 +140,7 @@
140
140
" </details>",
141
141
""
142
142
]
143
-
}
143
+
},
144
144
"Changelog Entry Multi Item": {
145
145
"scope": "markdown",
146
146
"prefix": "docs-changelog-entry-multi-issue-pr",
@@ -158,7 +158,7 @@
158
158
" </details>",
159
159
""
160
160
]
161
-
}
161
+
},
162
162
"Changelog release heading": {
163
163
"scope": "markdown",
164
164
"prefix": "docs-changelog-release-heading",
@@ -173,14 +173,22 @@
173
173
"[release-${1:v3.0.0-${2:alpha.5}}]: https://github.com/PowerShell/DSC/releases/tag/${1:v3.0.0-${2:alpha.5}} \"Link to the DSC ${1:v3.0.0-${2:alpha.5}} release on GitHub\"",
0 commit comments