From 93bb5cb5f6e26db7a1dc539c83526bc3958ae3cf Mon Sep 17 00:00:00 2001 From: Azzure <42108704+azzureblue@users.noreply.github.com> Date: Fri, 17 Nov 2023 19:11:14 -0600 Subject: [PATCH] Fixed typo in index.md Fixed gradle run task for VSCode to genVSCodeRuns from getVSCodeRuns --- docs/gettingstarted/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/gettingstarted/index.md b/docs/gettingstarted/index.md index 7618fa00..9e6e73c9 100644 --- a/docs/gettingstarted/index.md +++ b/docs/gettingstarted/index.md @@ -38,7 +38,7 @@ From Zero to Modding 1. Generate run configurations for your selected IDE: * **Eclipse**: Run the `genEclipseRuns` task. * **IntelliJ IDEA**: Run the `genIntellijRuns` task. If a "module not specified" error occurs, set the [`ideaModule` property][config] to your 'main' module (typically `${project.name}.main`). - * **Visual Studio Code**: Run the `getVSCodeRuns` task. + * **Visual Studio Code**: Run the `genVSCodeRuns` task. * **Other IDEs**: You can run the configurations directly using `gradle run*` (e.g., `runClient`, `runServer`, `runData`, `runGameTestServer`). These can also be used with the supported IDEs. Customizing Your Mod Information