Skip to content

Commit 7017f81

Browse files
committed
Update Changelog
1 parent 751199d commit 7017f81

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
- Rename VS Code commands to be shorter and more concise.
88
- `Copy Snippet Without Leading Indentation` is now `Copy Snippet`
99
- `Copy Snippet Without Leading Indentation as Markdown Code Block` is now `Copy Snippet as Markdown Code Block`
10-
- Add `markdownCodeBlock.includeLanguageIdentifier` configuration option for Markdown block behavior.
10+
- Improve configuration options for Markdown code blocks
11+
- Add `markdownCodeBlock.includeLanguageIdentifier` configuration option for Markdown block behavior. **This replaces `snippet-copy.addLanguageIdentifierToMarkdownBlock`**.
1112
- Allows to set whether Markdown blocks should always include the [language identifier](https://help.github.com/en/github/writing-on-github/creating-and-highlighting-code-blocks) which allows for syntax highlighting in some tools (for example github.com) but is not compatible with others (for example Slack).
1213
- The default is "`prompt`" which makes the extension always prompt when using the "Copy Snippet as Markdown Code Block" command.
1314

0 commit comments

Comments
 (0)