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: CHANGELOG.md
+5-2
Original file line number
Diff line number
Diff line change
@@ -4,8 +4,11 @@
4
4
5
5
### Features
6
6
7
-
- Add additional command to copy snippet with surrounding Markdown code block syntax
8
-
- Add configuration option to add language identifier to Markdown code blocks
7
+
- The extension now has a shiny new icon! Thanks @dipree 🙌🏼
8
+
- Add additional command to copy snippet with surrounding Markdown code block syntax
9
+
The command is called `Copy Snippet Without Leading Indentation as Markdown Code Block` in the Command Palette and its default keyboard shortcut is `Win/Meta/Cmd+Ctrl+Shift+c`
10
+
- Add configuration option to add language identifier to Markdown code blocks
11
+
This option can be found under the identifier `snippet-copy.addLanguageIdentifierToMarkdownBlock` and its default is `false`.
9
12
- Add support for copying snippets from multiple selections
0 commit comments