Skip to content

Commit 89996d9

Browse files
committed
Docs: Improve Changelog
1 parent 40ced71 commit 89996d9

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.editorconfig

+3
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,6 @@ insert_final_newline = true
77

88
[*.{md,yml}]
99
indent_style = space
10+
11+
[*.md]
12+
trim_trailing_whitespace = false

CHANGELOG.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,11 @@
44

55
### Features
66

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`.
912
- Add support for copying snippets from multiple selections
1013

1114
### Chores

0 commit comments

Comments
 (0)