From a58dba91c627b7e1e6554ce7c63b295f7c7f8ac4 Mon Sep 17 00:00:00 2001 From: btoo <8883465+btoo@users.noreply.github.com> Date: Tue, 28 Jun 2022 09:53:06 -0400 Subject: [PATCH] fix artifactId typo in Troubleshooting.md (#1180) --- Troubleshooting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Troubleshooting.md b/Troubleshooting.md index 7807341..b47793c 100644 --- a/Troubleshooting.md +++ b/Troubleshooting.md @@ -126,7 +126,7 @@ In launch mode, the debugger resolves the classpaths automatically based on the ### Try: 1. Check whether the class name specified in `mainClass` exists and is in the right form. The debugger only works with fully qualified class names, e.g. `com.microsoft.app.Main`. -2. Check whether the `projectName` is correct. The actual project name is not always the same to the folder name you see in the File Explorer. Please check the value specified by `projectDescription/name` in the *.project* file, or the `artificatId` in the *pom.xml* for maven project, or the folder name for gradle project. +2. Check whether the `projectName` is correct. The actual project name is not always the same to the folder name you see in the File Explorer. Please check the value specified by `projectDescription/name` in the *.project* file, or the `artifactId` in the *pom.xml* for maven project, or the folder name for gradle project. 3. If the problem persists, please try to use the debugger to regenerate the debug configurations in *launch.json*. Remove the existing *launch.json* file and press F5. The debugger will automatically generate a new *launch.json* with the right debug configurations. ## Request type "xyz" is not supported. Only "launch" and "attach" are supported.