This extension provides for a simplified way to compile Mudlet packages in Visual Studio Code.
muddlit: Download Muddler- Downloads Muddlermuddlit: Build with Muddler- Compiles Mudlet packages with a single commandmuddlit: Watch with Muddler (watch mode)- Compiles Mudlet packages in watch modemuddlit: Generate Muddler project- Generates a new Muddler project
muddlit.muddlerPath- The path to the Muddler script directory
If you don't already have Muddler, you can use the command muddlit: Download Muddler to download it from the Command Palette.
If you already have Muddler, you can set the path to the Muddler script directory in the settings.
Downloading Muddler via the command will set the path for you.
You can use the command muddlit: Generate Muddler project to generate a new
Muddler project. This will open up a terminal and run the Muddler generate
command, prompting you with several questions about your new project.
Note that the generated project will be placed in a new directory with the name you provide. You will need to move the contents of the generated directory into the root of your workspace/repo.
You can use the command muddlit: Build with Muddler to compile your project.