mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-01-10 14:38:02 -05:00
Merge remote-tracking branch 'origin/patch'
This commit is contained in:
@@ -274,9 +274,8 @@ public class VSCodeIntegrationPlugin extends ProgramPlugin implements VSCodeInte
|
||||
|
||||
// Build settings json object
|
||||
JsonObject json = new JsonObject();
|
||||
json.addProperty("java.import.maven.enabled", false);
|
||||
json.addProperty("java.import.gradle.enabled", false);
|
||||
json.addProperty("java.import.gradle.wrapper.enabled", false);
|
||||
json.addProperty("java.import.gradle.enabled", true);
|
||||
json.addProperty("java.import.gradle.wrapper.enabled", true);
|
||||
json.addProperty("java.import.gradle.version", gradleVersion);
|
||||
json.addProperty("java.format.settings.url",
|
||||
new File(installDir, "support/eclipse/GhidraEclipseFormatter.xml").getAbsolutePath());
|
||||
|
||||
Reference in New Issue
Block a user