diff --git a/README-Gradle.md b/README-Gradle.md index 1098485e7..977c4963a 100644 --- a/README-Gradle.md +++ b/README-Gradle.md @@ -96,6 +96,15 @@ plugin](https://docs.gradle.org/current/userguide/eclipse_plugin.html). A few WALA sub-projects already use this: look for `eclipse.project` in `*/build.gradle.kt` for examples. +### Visual Studio + +Screenshot 2024-11-15 at 4 22 59 PM +Screenshot 2024-11-15 at 4 22 47 PM
+Add the following extensions for *gradle* and *java* on VSCode at the market place. If you have already `built` the repo, clone the repo again. +Then restart the VSCode, so it picks up new packages, and open the freshly cloned repo. +If extensions are fully installed, will notice builds happening at the footer of VSCode. +When the system is ready, will be able to do a right click on the test files to click "Run Test". + ### IntelliJ IDEA #### Opening WALA in IntelliJ IDEA