All notable changes to the "divider" extension will be documented in this file.
Check Keep a Changelog for recommendations on how to structure this file.
Add language supports for Haskell
.
Add galleryBanner
to the vsmarketplace page.
>>> Add language supports for C++
, JavaScript JSX
, TypeScript JSX
, Objective-C++
, Perl 6
and ShellScript
.
Correct some mistakes in README.md
and CHANGELOG.md
.
Repair Perl
and Clojure
snippets (JPI-9
, JPI-10
):
print "{}" -> print "{}";
(println "{}")) -> (println "{}")
Repair bugs (JPI-7
, JPI-8
):
Unknown language in
contributes.print-divider.language
. Provided value: batch "contributes.print-divider.language" 中包含未知语言。提供的值: batch
vscode.window.showErrorMessage: "
Unsupported language: bat
"
Repair bugs (JPI-5
, JPI-6
):
Unknown language in
contributes.print-divider.language
. Provided value: vbscript "contributes.print-divider.language" 中包含未知语言。提供的值: vbscript
vscode.window.showErrorMessage: "
Unsupported language: vbs
"
The title
and context
button to print it finished. (just-print-it.print-it)
Repair bugs (JPI-4
):
The snippets for
CoffeeScript
,VBScript
,F#
,Batch
,Powershell
,Perl
andClojure
could not be inserted.
Add title
and context
button to print it, but it hasn't been finished yet.
(Message: The function is still developing. You may type "print" in the editor and use the snippet temporarily.)
Add description
for snippets.
Add language supports for CoffeeScript
, VBScript
, F#
, Batch
, Powershell
, Perl
and Clojure
.
Remove language supports for Scala
and Ada
.
Repair bugs (JPI-2
, JPI-3
):
Unknown language in
contributes.print-divider.language
. Provided value: Scala "contributes.print-divider.language" 中包含未知语言。提供的值: Scala
Unknown language in
contributes.print-divider.language
. Provided value: Ada "contributes.print-divider.language" 中包含未知语言。提供的值: Ada
Correct some mistakes in README.md
.
>>> Add language supports for Dart
, Scala
, Groovy
, Visual Basic
and Ada
.
Repair C#
snippets (JPI-1
):
Console.writeline("{}") -> Console.WriteLine("{}")
>>> Add language supports for Python
, Java
, C
, PHP
, C#
, JavaScript
, TypeScript
, R
, Go
, Rust
, Swift
, Ruby
, Objective-C
, Lua
and Julia
.