Skip to content

Commit 0d899f0

Browse files
author
Xiaoyun Ding
committed
add optional prerequisites
1 parent cad87e1 commit 0d899f0

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

articles/java/migration/github-copilot-app-modernization-for-java-rearchitecture.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ Common re-architecture scenarios include:
3535

3636
- Visual Studio Code with the [GitHub Copilot modernization](https://marketplace.visualstudio.com/items?itemName=vscjava.migrate-java-to-azure) extension installed.
3737
- A GitHub Copilot subscription. For more information, see [Copilot plans](https://github.com/features/copilot/plans?ref_product=copilot).
38+
- (Optional) [Python](https://www.python.org/downloads/) for building a knowledge graph, which gives the agent a clearer understanding of your project structure during the rewriting process. If Python isn't available, the knowledge graph step is skipped.
39+
- (Optional) [Docker Desktop](https://www.docker.com/products/docker-desktop/) for runtime validation. If Docker isn't available, the runtime validation step is skipped.
3840

3941
## Enable the re-architecture feature
4042

0 commit comments

Comments
 (0)