Releases: formulahendry/vscode-code-runner
Releases · formulahendry/vscode-code-runner
v0.2.4
v0.2.3
v0.2.2
v0.2.1
v0.2.0
- 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
v0.1.1
- Add support for VBScript
- Add config entry to set the executor per file extension
v0.1.0
- Add support to set default language to run
- Add support to select language to run
v0.0.5
- Add support for C# script
v0.0.4
- Add support for F# script