Skip to content

Releases: formulahendry/vscode-code-runner

v0.6.1

03 Dec 08:42
Compare
Choose a tag to compare
  • Add support to run custom command
  • Minor fix for running custom command when there is no active editor window

v0.5.1

18 Nov 14:19
Compare
Choose a tag to compare
  • Resolve #21 : Remove "Run Code" in Output Channel
  • Add "Stop Code Run" in Output Channel
  • Resolve #32 : Preserve focus of Text Editor after code is running
  • Not add quote for $fileNameWithoutExt and $fileName
  • Not add extra space for placeholders

v0.5.0

13 Nov 04:00
Compare
Choose a tag to compare
  • Add placeholders into configuration for compiled language
  • Add support for C, C++, Java

v0.4.2

09 Nov 13:16
Compare
Choose a tag to compare
  • Add support for OCaml Script

v0.4.1

15 Oct 02:16
Compare
Choose a tag to compare
  • Avoid running code in Integrated Terminal when it is untitled file or code snippet

v0.4.0

14 Oct 16:37
Compare
Choose a tag to compare
  • Add support to run code in Integrated Terminal

v0.3.4

09 Oct 15:35
Compare
Choose a tag to compare
  • Resolve #24 : Add config entry to set whether to show extra execution message

v0.3.3

07 Oct 03:39
Compare
Choose a tag to compare
  • Add support to run by language from a suggestion list

v0.3.2

29 Sep 12:38
Compare
Choose a tag to compare
  • Add support for Swift, Julia, Crystal

v0.3.1

27 Sep 13:25
Compare
Choose a tag to compare
  • Add support for TypeScript, CoffeeScript, Scala
  • Update README.md about running TypeScript with ts-node