Skip to content

Commit

Permalink
0.9.13
Browse files Browse the repository at this point in the history
  • Loading branch information
formulahendry committed Aug 14, 2019
1 parent 7548e15 commit f6ee2a6
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 2,359 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### 0.9.13 (2019-08-14)
* [#428](https://github.com/formulahendry/vscode-code-runner/pull/428): Use spawn to avoid stdout buffer exceeded

### 0.9.12 (2019-08-02)
* Add support for Scheme using [CHICKEN Scheme](https://www.call-cc.org/)

Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,11 @@ Run code snippet or code file for multiple languages: **C, C++, Java, JavaScript

Discuss, review, and share code with your team in VS Code. Links discussions about code to your code. Integrates w/ Slack, Jira, Trello, and Live Share. [Try it free](https://codestream.com/?utm_source=vscmarket&utm_medium=banner&utm_campaign=coderunner).

[![Coding](images/Coding.jpg)](https://coding.net/?utm_source=hendry-code-runner&utm_medium=cpc&utm_campaign=hendry-code-runner)
## Learning

[CODING](https://coding.net/?utm_source=hendry-code-runner&utm_medium=cpc&utm_campaign=hendry-code-runner) 提供 DevOps 全流程应用,从需求到实现,一站式开发体验。 CODING is a one-stop platform for entire software development lifecycle, from requirement to development.
[![zhihu](images/zhihu.png)](https://www.zhihu.com/lives/1124809477068849152)

[知乎 Live《VS Code 从入门到进阶》](https://www.zhihu.com/lives/1124809477068849152),带你玩转 VS Code!

## Donation

Expand Down
Binary file removed images/Coding.jpg
Binary file not shown.
Binary file added images/zhihu.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "code-runner",
"displayName": "Code Runner",
"description": "Run C, C++, Java, JS, PHP, Python, Perl, Ruby, Go, Lua, Groovy, PowerShell, CMD, BASH, F#, C#, VBScript, TypeScript, CoffeeScript, Scala, Swift, Julia, Crystal, OCaml, R, AppleScript, Elixir, VB.NET, Clojure, Haxe, Obj-C, Rust, Racket, Scheme, AutoHotkey, AutoIt, Kotlin, Dart, Pascal, Haskell, Nim, D, Lisp, Kit",
"version": "0.9.12",
"version": "0.9.13",
"publisher": "formulahendry",
"icon": "images/logo.png",
"engines": {
Expand Down
Loading

0 comments on commit f6ee2a6

Please sign in to comment.