Skip to content

Releases: Firelack/MinecraftVSCLauncher

v1.3.0

28 Nov 13:40

Choose a tag to compare

🚀 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 runClient command.
  • Build your Minecraft project with the .\gradlew build command.
  • 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

06 Sep 16:40

Choose a tag to compare

🚀 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 runClient command.
  • Build your Minecraft project with the .\gradlew build command.
  • Option to run and build at the same time.
  • Option to run dataGeneration for your project.

v1.1.2

28 Aug 11:44

Choose a tag to compare

🚀 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 runClient command.
  • Build your Minecraft project with the .\gradlew build command.
  • Option to run and build at the same time.

v1.1.1

10 Aug 20:37

Choose a tag to compare

🚀 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 runClient command.
  • Build your Minecraft project with the .\gradlew build command.
  • Option to run and build at the same time.

v1.1.0

09 Aug 08:16

Choose a tag to compare

🚀 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 runClient or .\gradlew runClient command.

v1.0.2

08 Aug 17:23

Choose a tag to compare

🚀 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 runClient or .\gradlew runClient command.

v1.0.0

01 Aug 19:24

Choose a tag to compare

🎉 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

01 Aug 17:42

Choose a tag to compare

v0.0.3 Pre-release
Pre-release

🏗️ 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

31 Jul 20:06

Choose a tag to compare

v0.0.2prerelease Pre-release
Pre-release

🏗️ 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.