Skip to content

Commit 6d1d9dd

Browse files
author
Xiaoyun Ding
committed
add prerequistites
1 parent 0d899f0 commit 6d1d9dd

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +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.
38+
- (Optional) [Python](https://www.python.org/downloads/) 3.7 or later 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) [Node.js](https://nodejs.org/) 18 or later for running Playwright tests as part of runtime validation. If Node.js isn't available, the Playwright test step is skipped.
3940
- (Optional) [Docker Desktop](https://www.docker.com/products/docker-desktop/) for runtime validation. If Docker isn't available, the runtime validation step is skipped.
4041

4142
## Enable the re-architecture feature

0 commit comments

Comments
 (0)