Skip to content

Commit 72db9b7

Browse files
authored
Merge pull request #1251 from Stefterv/lsp-libraries-fix
Make sure LSP recognises contributed libraries
2 parents 0c43ebf + aa9fd93 commit 72db9b7

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)