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