Skip to content

Latest commit

 

History

History
191 lines (135 loc) · 7.33 KB

CHANGELOG.md

File metadata and controls

191 lines (135 loc) · 7.33 KB

0.6.32 (2017-08-05)

  • #146: Enable fileDirectoryAsCwd in Terminal

0.6.31 (2017-08-03)

  • Fix code running in PowerShell

0.6.30 (2017-08-01)

  • #152: Clear previous output when running in terminal

0.6.29 (2017-07-28)

  • #132: Refine 'Run Code' button

0.6.28 (2017-07-22)

  • #106: [Continuous Fix for Bash on Windows] Handle multiple file path and case-insensitive bash path

0.6.27 (2017-07-20)

  • #106: Handle file path for Bash on Windows

0.6.26 (2017-07-13)

  • #140: Add support for Nim

0.6.25 (2017-07-12)

  • #130: Add option to save all files before running

0.6.24 (2017-06-22)

  • Add support for Haskell

0.6.23 (2017-06-21)

  • #131: Option to hide 'Run Code' button
  • Refine 'Run Code' button

0.6.22 (2017-06-20)

  • #128: Add 'Run Code' buuton in editor title menu

0.6.21 (2017-06-18)

  • Add support for D

0.6.20 (2017-06-14)

0.6.19 (2017-06-13)

  • Add support for Dart

0.6.18 (2017-06-02)

  • Add support for Kotlin script (.kts)

0.6.17 (2017-05-20)

0.6.16 (2017-04-15)

  • Resolve GitHub issue#102: Add config entry to set whether to ignore selection to always run entire file

0.6.15 (2017-03-26)

  • Add support for AutoIt

0.6.14 (2017-03-12)

  • Resolve GitHub issue#93: Add config entry to set whether to preserve focus on code editor after code run is triggered

0.6.13 (2017-03-05)

  • Add support for AutoHotkey

0.6.12

  • Add support for Racket

0.6.11

  • Add support for Rust
  • Set cwd as the directory of the code file if no folder has been opened

0.6.10

0.6.9

  • Change executor if the Integrated Terminal is PowerShell on Windows

0.6.8

  • Add support for Haxe

0.6.7

  • Resolve GitHub issue#57: Add support for Clojure
  • Fix output color due to changed VS Code 1.9
  • Improve output color for numeric

0.6.6

0.6.5

0.6.4

0.6.3

  • Add support for AppleScript
  • Add PayPal link in donation section

0.6.2

  • Add support for R Language
  • Add donation section in README.md

0.6.1

  • Minor fix for running custom command when there is no active editor window

0.6.0

  • Add support to run custom command

0.5.1

  • Resolve GitHub issue#21: Remove "Run Code" in Output Channel
  • Add "Stop Code Run" in Output Channel
  • Resolve GitHub issue#32: Preserve focus of Text Editor after code is running
  • Not add quote for $fileNameWithoutExt and $fileName
  • Not add extra space for placeholders

0.5.0

  • Add placeholders into configuration for compiled language
  • Add support for C, C++, Java

0.4.2

  • Add support for OCaml Script

0.4.1

  • Avoid running code in Integrated Terminal when it is untitled file or code snippet

0.4.0

  • Add support to run code in Integrated Terminal

0.3.4

  • Resolve GitHub issue#24: Add config entry to set whether to show extra execution message

0.3.3

  • Add support to run by language from a suggestion list

0.3.2

  • Add support for Swift, Julia, Crystal

0.3.1

  • Update README.md about running TypeScript with ts-node

0.3.0

  • Add support for TypeScript, CoffeeScript, Scala

0.2.4

  • Resolve GitHub issue#20: Add config entry to determine whether to use the directory of the file to be executed as the working directory

0.2.3

  • Resolve GitHub issue#18: Fix output highlight when execution time is greater than 10 seconds

0.2.2

0.2.1

  • Resolve GitHub issue#8: Fix output highlight
  • Resolve GitHub issue#10: Add option to save the file before running
  • Resolve GitHub issue#11: Set the mapping of languageId to file extension
  • Add Application Insights to track telemetry data to improve this extension

0.2.0

  • Resolve GitHub issue#6: Add config entry to set whether to clear previous output before each run
  • Resolve GitHub issue#7: Add colorizer for output and refine output
  • Use the current file to run if there is no selection and it is not untitled
  • If there is selection and the file is not untitled, create tmp file in the file folder to run the code sinnpet

0.1.3

  • Resolve GitHub issue#5: Put the temp code file in working directory instead of os temp folder

0.1.2

0.1.1

  • Add support for VBScript
  • Add config entry to set the executor per file extension

0.1.0

  • Add support to set default language to run
  • Add support to select language to run

0.0.5

  • Add support for C# script

0.0.4

  • Add support for F# script

0.0.3

  • Add support for powershell, bat/cmd and bash/sh

0.0.2

  • Add support for lua and groovy

0.0.1

  • Initial Release