Merge branch 'GP-0_ryanmkurtz_PR-7023_plucia-mitre_vscode-formatter'

This commit is contained in:
Ryan Kurtz 2024-10-08 12:03:29 -04:00
commit cb5ab633de

View File

@ -114,6 +114,8 @@ public class VSCodeProjectScript extends GhidraScript {
json.addProperty("java.import.gradle.enabled", false);
json.addProperty("java.import.gradle.wrapper.enabled", false);
json.addProperty("java.import.gradle.version", gradleVersion);
json.addProperty("java.format.settings.url",
new File(installDir, "support/eclipse/GhidraEclipseFormatter.xml").getAbsolutePath());
JsonArray sourcePathArray = new JsonArray();
json.add("java.project.sourcePaths", sourcePathArray);