diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d31db8..eb4ebea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +### 0.12.1 (2023-10-08) +* Add support for Mojo language + ### 0.12.0 (2023-01-23) * Add support for Zig language * Use `runghc` to replace `runhaskell` for Haskell diff --git a/README.md b/README.md index 27d6ec3..ae53a74 100644 --- a/README.md +++ b/README.md @@ -2,27 +2,19 @@ [![Join the chat at https://gitter.im/formulahendry/vscode-code-runner](https://badges.gitter.im/formulahendry/vscode-code-runner.svg)](https://gitter.im/formulahendry/vscode-code-runner?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) ![Downloads](https://img.shields.io/visual-studio-marketplace/d/formulahendry.code-runner) ![Rating](https://img.shields.io/visual-studio-marketplace/r/formulahendry.code-runner) [![Actions Status](https://github.com/formulahendry/vscode-code-runner/actions/workflows/main.yml/badge.svg)](https://github.com/formulahendry/vscode-code-runner/actions/workflows/main.yml) -Run code snippet or code file for multiple languages: **C, C++, Java, JavaScript, PHP, Python, Perl, Perl 6, Ruby, Go, Lua, Groovy, PowerShell, BAT/CMD, BASH/SH, F# Script, F# (.NET Core), C# Script, C# (.NET Core), VBScript, TypeScript, CoffeeScript, Scala, Swift, Julia, Crystal, OCaml Script, R, AppleScript, Elixir, Visual Basic .NET, Clojure, Haxe, Objective-C, Rust, Racket, Scheme, AutoHotkey, AutoIt, Kotlin, Dart, Free Pascal, Haskell, Nim, D, Lisp, Kit, V, SCSS, Sass, CUDA, Less, Fortran, Ring, Standard ML, Zig**, and custom command - -## Sponsors - -[![CodeStream](https://alt-images.codestream.com/codestream_logo_coderunner.png)](https://sponsorlink.codestream.com/?utm_source=vscmarket&utm_campaign=coderunner&utm_medium=banner)
-Eliminate context switching and costly distractions. Create and merge PRs and perform code reviews from inside your IDE while using jump-to-definition, your keybindings, and other IDE favorites. [Learn more](https://sponsorlink.codestream.com/?utm_source=vscmarket&utm_campaign=coderunner&utm_medium=banner). - -[![Stepsize](images/stepsize.png)](https://bit.ly/36ewoaU)
-Track and prioritise tech debt and maintenance issues, straight from your IDE. Bookmark code while you work, organise TODOs and share codebase knowledge with your team. [Try it out for free today](https://bit.ly/36ewoaU). +Run code snippet or code file for multiple languages: **C, C++, Java, JavaScript, PHP, Python, Perl, Perl 6, Ruby, Go, Lua, Groovy, PowerShell, BAT/CMD, BASH/SH, F# Script, F# (.NET Core), C# Script, C# (.NET Core), VBScript, TypeScript, CoffeeScript, Scala, Swift, Julia, Crystal, OCaml Script, R, AppleScript, Elixir, Visual Basic .NET, Clojure, Haxe, Objective-C, Rust, Racket, Scheme, AutoHotkey, AutoIt, Kotlin, Dart, Free Pascal, Haskell, Nim, D, Lisp, Kit, V, SCSS, Sass, CUDA, Less, Fortran, Ring, Standard ML, Zig, Mojo**, and custom command ## Book for VS Code [《Visual Studio Code 权威指南》](https://union-click.jd.com/jdc?e=jdext-1261348777639735296-0&p=AyIGZRhbHQsWAVIaXxEyEgRdG1sRBxU3EUQDS10iXhBeGlcJDBkNXg9JHUlSSkkFSRwSBF0bWxEHFRgMXgdIMkRxFAUJD1RQZT0cBnwKDE4%2BaDpgB2ILWStbHAIQD1QaWxIBIgdUGlsRBxEEUxprJQIXNwd1g6O0yqLkB4%2B%2FjcePwitaJQIWD1cfWhwKGwVSG1wlAhoDZc31gdeauIyr%2FsOovNLYq46cqca50ytrJQEiXABPElAeEgRSG1kQCxQBUxxZHQQQA1YTXAkDIgdUGlscChECXRs1FGwSD1UbWRALFwRWK1slASJZOxoLRlUXU1NONU9QEkdXWRlJbBUDVB9TFgAVN1caWhcA):带你深入浅出 VS Code! -![Book](https://s1.ax1x.com/2020/07/03/NjzLtA.jpg) +![Book](images/book.jpg) ## WeChat Official Account VS Code 的热门文章、使用技巧、插件推荐、插件开发攻略等,请关注“**玩转VS Code**”公众号! -![WeChat](https://s1.ax1x.com/2020/07/07/UkZUDP.jpg) +![WeChat](images/WeChatPublicAccount.jpg) ## Donation diff --git a/images/CodeStream.png b/images/CodeStream.png deleted file mode 100644 index e018793..0000000 Binary files a/images/CodeStream.png and /dev/null differ diff --git a/images/WeChatPublicAccount.jpg b/images/WeChatPublicAccount.jpg new file mode 100644 index 0000000..1766e97 Binary files /dev/null and b/images/WeChatPublicAccount.jpg differ diff --git a/images/book.jpg b/images/book.jpg new file mode 100644 index 0000000..a6e1332 Binary files /dev/null and b/images/book.jpg differ diff --git a/images/stepsize.png b/images/stepsize.png deleted file mode 100644 index c478766..0000000 Binary files a/images/stepsize.png and /dev/null differ diff --git a/images/tabnine.png b/images/tabnine.png deleted file mode 100644 index eee42a5..0000000 Binary files a/images/tabnine.png and /dev/null differ diff --git a/images/zhihu.png b/images/zhihu.png deleted file mode 100644 index a66178c..0000000 Binary files a/images/zhihu.png and /dev/null differ diff --git a/package-lock.json b/package-lock.json index 594221b..136e024 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "code-runner", - "version": "0.12.0", + "version": "0.12.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "code-runner", - "version": "0.12.0", + "version": "0.12.1", "dependencies": { "applicationinsights": "^0.19.0", "micromatch": "^4.0.2", diff --git a/package.json b/package.json index ac56556..d5a7b98 100644 --- a/package.json +++ b/package.json @@ -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, V, SCSS, Sass, CUDA, Less, Fortran, Ring, Standard ML, Zig, Mojo", - "version": "0.12.0", + "version": "0.12.1", "featureFlags": { "usingNewPythonInterpreterPathApi": true, "usingNewPythonInterpreterPathApiV2": true