-
-
Notifications
You must be signed in to change notification settings - Fork 1
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)
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
Copyright (C) S Pradosh 2023 - Closed Source Project
Architecture and OS that Melon Supports
Setup Melon Language for Windows Terminal
Setup Melon Language for VSCode Terminal
Setup Environment CLI for Melon Language on Windows
Copy Paste: [](https://github.com/pradosh-arduino/Melon-Language/)