Skip to content

Commit f6ee2a6

Browse files
committed
0.9.13
1 parent 7548e15 commit f6ee2a6

7 files changed

+9
-2359
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
### 0.9.13 (2019-08-14)
2+
* [#428](https://github.com/formulahendry/vscode-code-runner/pull/428): Use spawn to avoid stdout buffer exceeded
3+
14
### 0.9.12 (2019-08-02)
25
* Add support for Scheme using [CHICKEN Scheme](https://www.call-cc.org/)
36

README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,11 @@ Run code snippet or code file for multiple languages: **C, C++, Java, JavaScript
1010

1111
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).
1212

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

15-
[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.
15+
[![zhihu](images/zhihu.png)](https://www.zhihu.com/lives/1124809477068849152)
16+
17+
[知乎 Live《VS Code 从入门到进阶》](https://www.zhihu.com/lives/1124809477068849152),带你玩转 VS Code!
1618

1719
## Donation
1820

images/Coding.jpg

-10.9 KB
Binary file not shown.

images/zhihu.png

29.1 KB
Loading

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "code-runner",
33
"displayName": "Code Runner",
44
"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",
5-
"version": "0.9.12",
5+
"version": "0.9.13",
66
"publisher": "formulahendry",
77
"icon": "images/logo.png",
88
"engines": {

0 commit comments

Comments
 (0)