Skip to content

Releases: formulahendry/vscode-code-runner

v0.2.4

16 Sep 11:52
Compare
Choose a tag to compare
  • Resolve #20 : Add config entry to determine whether to use the directory of the file to be executed as the working directory

v0.2.3

04 Sep 03:54
Compare
Choose a tag to compare
  • Resolve #18 : Fix output highlight when execution time is greater than 10 seconds

v0.2.2

21 Aug 14:28
Compare
Choose a tag to compare
  • Resolve #12 : Add 'Run Code' entry to editor context menu

v0.2.1

14 Aug 06:16
Compare
Choose a tag to compare
  • Resolve #8 : Fix output highlight
  • Resolve #10 : Add option to save the file before running
  • Resolve #11 : Set the mapping of languageId to file extension
  • Add Application Insights to track telemetry data to improve this extension

v0.2.0

11 Aug 13:00
Compare
Choose a tag to compare
  • Resolve #6 : Add config entry to set whether to clear previous output before each run
  • Resolve #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

v0.1.3

07 Aug 03:03
Compare
Choose a tag to compare

Resolve #5

  • Put the temp code file in working directory instead of os temp folder
  • Add support to set working directory

v0.1.1

25 Jul 12:28
Compare
Choose a tag to compare
  • Add support for VBScript
  • Add config entry to set the executor per file extension

v0.1.0

22 Jul 16:46
Compare
Choose a tag to compare
  • Add support to set default language to run
  • Add support to select language to run

v0.0.5

22 Jul 13:11
Compare
Choose a tag to compare
  • Add support for C# script

v0.0.4

21 Jul 12:56
Compare
Choose a tag to compare
  • Add support for F# script