-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated MTA 511 test case, and changed the expected plugin info, and …
…added a new config variable i.e. "extension_path" in vscode_config.json
- Loading branch information
Showing
3 changed files
with
11 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
{ | ||
"ide_path": "/usr/bin/code", | ||
"plugin_cache_path": "/home/midays/.mta/tooling/vscode" | ||
"plugin_cache_path": "", | ||
"extensions_path" : "" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,46 +1,32 @@ | ||
|
||
Migration Toolkit for Applications (MTA) - VSCode Extension | ||
Description | ||
VSCode extension for application migration and modernization using MTA. | ||
|
||
VSCode | ||
This extension is published here in the Microsoft Visual Studio Marketplace. | ||
|
||
Features | ||
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. | ||
|
||
Configuration Editor | ||
Use the configuration editor to setup the analysis. | ||
|
||
Jump to Code | ||
Jump to code containing identified migration issues. | ||
|
||
Issue Details | ||
View details about the migration issue. | ||
|
||
Report | ||
Use the generated reports to better understand and assess the migration efforts. | ||
|
||
Eclipse Che | ||
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. | ||
|
||
Requirements | ||
Java Platform, JRE version 11 with JAVA_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. | ||
|
||
Extension Settings | ||
This extension contributes the following settings: | ||
|
||
cli.executable.path: The location of the cli. | ||
Build | ||
bash | ||
$ npm run compile | ||
|
||
======= | ||
|
||
License | ||
MIT |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters