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: package.json
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,16 @@
29
29
"title": "Copy Without Leading Indentation"
30
30
}
31
31
],
32
+
"configuration": {
33
+
"title": "Snippet Copy",
34
+
"properties": {
35
+
"snippet-copy.addLanguageIdToMarkdownBlock": {
36
+
"type": "boolean",
37
+
"default": false,
38
+
"description": "Add a programming language identifier to the beginning of the Markdown code block. This is incompatible with some apps, for example Slack."
0 commit comments