Skip to content

using VSCodium

Note

VSCodium is a binary release of Visual Studio Code with any non-free parts removed. It comes from the freely-licensed source code of Visual Studio Code.

Note

It is seemingly not possible to manually refresh opened files in VSCodium.

Use Extensions to open a search bar, type code runner, select the relevant search result, then use Install to install the Code Runner extension, adding the ability to run code written in the following programming languages:

  • AppleScript
  • AutoHotkey
  • AutoIt
  • BASH/SH
  • BAT/CMD
  • C
  • C# (.NET Core)
  • C# Script
  • C++
  • Clojure
  • CoffeeScript
  • Crystal
  • D
  • Dart
  • Elixir
  • F# (.NET Core)
  • F# Script
  • Free Pascal
  • Go
  • Groovy
  • Haskell
  • Haxe
  • Java
  • JavaScript
  • Julia
  • Kit
  • Kotlin
  • Lisp
  • Lua
  • Nim
  • OCaml Script
  • Objective-C
  • PHP
  • Perl
  • Perl 6
  • PowerShell
  • Python
  • R
  • Racket
  • Ruby
  • Rust
  • Scala
  • Swift
  • TypeScript
  • VBScript
  • Visual Basic .NET

Additionally, to enable the running of code in the terminal, use File > Preferences > Settings to open a search bar, type run code, then scroll down until the Code-runner: Run In Terminal setting is found, and select it.

prior work

licensing

Some rights reserved: MIT License. Includes significant content from the Code Runner README on GitHub, with changes made.

MIT License for Code Runner1

MIT License

Copyright (c) 2017 Jun Han

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.