Releases: Firelack/MinecraftVSCLauncher
v1.3.0
🚀 Minecraft VSC Launcher v1.3.0
This update add refresh-dependencies and stop daemon actions for your Minecraft mods projects.
✅ Features (from previous release)
- Detects if the project is a Gradle-based Minecraft mod.
- Shows buttons only when a gradle.properties file is present.
- Launches Minecraft with the
.\gradlew runClientcommand. - Build your Minecraft project with the
.\gradlew buildcommand. - Option to run and build at the same time.
- Option to run dataGeneration for your project.
- Option to refresh dependencies.
- Option to stop daemon.
v1.2.0
🚀 Minecraft VSC Launcher v1.2.0
This update add dataGeneration actions for your Minecraft mods projects.
✅ Features (from previous release)
- Detects if the project is a Gradle-based Minecraft mod.
- Shows buttons only when a gradle.properties file is present.
- Launches Minecraft with the
.\gradlew runClientcommand. - Build your Minecraft project with the
.\gradlew buildcommand. - Option to run and build at the same time.
- Option to run dataGeneration for your project.
v1.1.2
🚀 Minecraft VSC Launcher v1.1.0
This update add other actions for your Minecraft mods projects.
🔧 Fixes
- Disable node_modules for extension
✅ Features (from previous release)
- Detects if the project is a Gradle-based Minecraft mod.
- Shows buttons only when a gradle.properties file is present.
- Launches Minecraft with the
.\gradlew runClientcommand. - Build your Minecraft project with the
.\gradlew buildcommand. - Option to run and build at the same time.
v1.1.1
🚀 Minecraft VSC Launcher v1.1.0
This update add other actions for your Minecraft mods projects.
🔧 Fixes
- Fix multiple terminals on VS Code restart
✅ Features (from previous release)
- Detects if the project is a Gradle-based Minecraft mod.
- Shows buttons only when a gradle.properties file is present.
- Launches Minecraft with the
.\gradlew runClientcommand. - Build your Minecraft project with the
.\gradlew buildcommand. - Option to run and build at the same time.
v1.1.0
🚀 Minecraft VSC Launcher v1.1.0
This update add other actions for your Minecraft mods projects.
🔧 Improvements
- Add more button for Minecraft actions
- Add build action
- Add build and run action
✅ Features (from previous release)
- Detects if the project is a Gradle-based Minecraft mod.
- Shows the button only when a gradle.properties file is present.
- Launches Minecraft with the
./gradlew runClientor.\gradlew runClientcommand.
v1.0.2
🚀 Minecraft VSC Launcher v1.0.2
This update improves stability, performance, and usability of the extension.
🔧 Fixes & Improvements
- ♻️ Reuses the Minecraft terminal if it's already open instead of creating a new one every time.
- ⚡ Improved project detection timing: the button appears faster after VS Code launches.
- 🎨 Updated and polished some icons for a better visual experience.
✅ Features (from previous release)
- Detects if the project is a Gradle-based Minecraft mod.
- Shows the button only when a gradle.properties file is present.
- Launches Minecraft with the
./gradlew runClientor.\gradlew runClientcommand.
v1.0.0
🎉 First official release – Minecraft VSC Launcher v1.0.0
This release introduces the first stable version of Minecraft VSC Launcher!
It adds a "Run Minecraft Client" button to the editor title bar of VS Code.
✅ Features
- Detects if the project is a Gradle-based Minecraft mod.
- Shows the button only when a gradle.properties file is present.
- Launches Minecraft with the ./gradlew runClient or .\gradlew runClient command.
v0.0.3
🏗️ Prerelease of Minecraft VSC Launcher.
This version adds a simple "Run Minecraft Client" button to the editor title bar.
It launches the game using the ./gradlew runClient command in your current workspace terminal.
🔍 If the gradle.properties file is missing, the button is not show.
New icon is here
v0.0.2prerelease
🏗️ First prerelease of Minecraft VSC Launcher.
This version adds a simple "Run Minecraft Client" button to the editor title bar.
It launches the game using the ./gradlew runClient command in your current workspace terminal.
🔍 If the gradle.properties file is missing, the button is not show.