mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2024-11-24 13:11:47 +00:00
Merge branch 'GP-0_ryanmkurtz_PR-7023_plucia-mitre_vscode-formatter'
This commit is contained in:
commit
cb5ab633de
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user