Chapter 4. Reviewing and resolving migration issues
You can review and resolve migration issues identified by the MTA extension in the left pane.
4.1. Reviewing issues
You can use the MTA extension icons to prioritize issues based on their severity.
Procedure
- Select a run configuration directory on the left pane.
- Expand its folders to view the Hints generated for each application file.
- Select a hint to view the source code.
- Right-click a hint and select View Details to view the Rule ID and other information.
Prioritize issues based on the following icons, which are displayed next to each hint:
-
: The issue must be fixed for a successful migration.
-
: The issue might need to be addressed during migration.
-
4.2. Resolving issues
You can resolve issues by editing the code of a file with a hint
4.2.1. Editing the code of a file
You can edit the file of a project imported to VS Code.
Procedure
- In the left pane, right-click an issue and select Open Code.
- Make any changes needed to the code and save the file.
- Optional: Right-click the issue and select Mark as Complete or Delete.