Skip to content

Commit a58dba9

Browse files
authored
fix artifactId typo in Troubleshooting.md (#1180)
1 parent 2f3a9be commit a58dba9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Troubleshooting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ In launch mode, the debugger resolves the classpaths automatically based on the
126126

127127
### Try:
128128
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`.
129-
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.
129+
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.
130130
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.
131131

132132
## Request type "xyz" is not supported. Only "launch" and "attach" are supported.

0 commit comments

Comments
 (0)