VSCode extension for application migration and modernization using MTA.
This extension is published here in the Microsoft Visual Studio Marketplace.
This extension provides the ability to analyze, assess, and migrate source code from within VSCode and Eclipse Che.
The look and feel of both VSCode and Eclipse Che are very similar; therefore, the functionality demonstrated below should be consistent between the two environments.
Use the configuration editor to setup the analysis.
Jump to code containing identified migration issues.
View details about the migration issue.
Use the generated reports to better understand and assess the migration efforts.
This extension is supported in Eclipse Che.
To add this plugin to a Che workspace, open Che, navigate to the plugins tab, and search using the keyword migration
.
- Java Platform,
JRE version 11
withJAVA_HOME
environment variable - A minimum of
4 GB RAM
; 8 GB recommended
Tip: The cli can be installed from within VSCode once the extension has been installed.
This extension contributes the following settings:
cli.executable.path
: The location of the cli.
$ npm run compile
=======