We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9507241 commit aa9fd93Copy full SHA for aa9fd93
java/src/processing/mode/java/lsp/PdeAdapter.java
@@ -66,6 +66,8 @@ class PdeAdapter {
66
this.rootPath = rootPath;
67
this.client = client;
68
69
+ Base.locateSketchbookFolder();
70
+
71
File location = Platform.getContentFile("modes/java");
72
ModeContribution mc =
73
ModeContribution.load(null, location, JavaMode.class.getName());
0 commit comments