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
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,12 +3,12 @@ All notable changes to this extension will be documented in this file.
3
3
4
4
<!--Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.-->
5
5
## [1.0.3]
6
-
- Added support for JavaScript and TypeScript multiline block comments - a pull request by a-stewart for the original plugin. Fixes issue #27.
6
+
- Added support for JavaScript and TypeScript multiline block comments - a [pull request by a-stewart](https://github.com/kevb34ns/auto-comment-blocks/pull/35) for the original plugin. Fixes issue kevb34ns/auto-comment-blocks#27.
7
7
- Created a new language config file for Blade to use blade's comments as well as the multiline block comments
8
-
- Updated various language config files to reflect a pull request by a-stewart for the original plugin.
9
-
- Added support for protocol buffers - a pull request by jun-sheaf for the original plugin.
10
-
- Added support for `//!` comments - a pull request by Lucretiel for the original plugin and fixes the issue #25
11
-
- Added support for csharp (using the cpp config file) - Fixes the issue #41.
8
+
- Updated various language config files to reflect a [pull request by a-stewart](https://github.com/kevb34ns/auto-comment-blocks/pull/37) for the original plugin.
9
+
- Added support for protocol buffers - a [pull request by jun-sheaf](https://github.com/kevb34ns/auto-comment-blocks/pull/30) for the original plugin.
10
+
- Added support for `//!` comments - a [pull request by Lucretiel](https://github.com/kevb34ns/auto-comment-blocks/pull/29) for the original plugin and fixes the issue kevb34ns/auto-comment-blocks#25
11
+
- Added support for csharp(c#) (using the cpp(c++) config file) - Fixes the issue kevb34ns/auto-comment-blocks#41.
12
12
- Updated the support for `/*! */` comments and including the `!` on every line.
13
13
14
14
## [1.0.2]
@@ -59,4 +59,4 @@ All notable changes to this extension will be documented in this file.
0 commit comments