Skip to content

Melon Language in VSCode Terminal

S Pradosh edited this page Oct 21, 2022 · 1 revision

if you want to add Melon Language to VSCode Terminal you can do that

Step 1: Open VSCode and Press Ctrl+Shift+P and then type Open User Settings (JSON)

vsml1

Step 2: In the settings.json find the line where it tells

"terminal.integrated.profiles.windows"

and under it paste the following code

"Melon Language": {
    "path": /path/to/Melon_Language.exe",
    "args": [
        "--output-path",
        "#this#",
        "--program-path",
        "#this#",
        "--clear-logs",
        "true"
        // Or any arguments
    ]
}

Step 3: Save the file!

Now you should see Melon Language On VSCode

vsml2

πŸ‰ Melon Language Wiki

πŸ˜‰ Simple, πŸ’Ύ Low Level, πŸ‘¨β€πŸ’» PPL


Requirements

[External] Git

[External] C# Runtime

Architecture and OS that Melon Supports

Coding & Learning

Getting Into the coding

Variables

Advanced Calculations

Casting and Incrementing

Timers

Compilation

Loops and Goto

Functions

Conditions

File System

User Input

Importing Files and Library

Graphics

Package System

Configuration

Setup OS X for Melon Language

Setup Melon Language for Windows Terminal

Setup Melon Language for VSCode Terminal

Setup Environment CLI for Melon Language on Windows

Other

Downloads History

✨ WOW! You are at the end! now you are a Melon πŸ‰ programmer! Claim your badge!

Melon

Copy Paste: [![Melon](https://nuag9x4nt640.runkit.sh)](https://github.com/pradosh-arduino/Melon-Language/)

Clone this wiki locally