Skip to content

Commit aa9fd93

Browse files
committed
Make sure contributions are loaded in the lsp
Trigger locating the sketchbook folder so contributed libraries are loaded
1 parent 9507241 commit aa9fd93

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

java/src/processing/mode/java/lsp/PdeAdapter.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ class PdeAdapter {
6666
this.rootPath = rootPath;
6767
this.client = client;
6868

69+
Base.locateSketchbookFolder();
70+
6971
File location = Platform.getContentFile("modes/java");
7072
ModeContribution mc =
7173
ModeContribution.load(null, location, JavaMode.class.getName());

0 commit comments

Comments
 (0)