mirror of
https://github.com/processing/processing4.git
synced 2026-03-16 01:17:39 +01:00
Merge pull request #1251 from Stefterv/lsp-libraries-fix
Make sure LSP recognises contributed libraries
This commit is contained in:
@@ -66,6 +66,8 @@ class PdeAdapter {
|
|||||||
this.rootPath = rootPath;
|
this.rootPath = rootPath;
|
||||||
this.client = client;
|
this.client = client;
|
||||||
|
|
||||||
|
Base.locateSketchbookFolder();
|
||||||
|
|
||||||
File location = Platform.getContentFile("modes/java");
|
File location = Platform.getContentFile("modes/java");
|
||||||
ModeContribution mc =
|
ModeContribution mc =
|
||||||
ModeContribution.load(null, location, JavaMode.class.getName());
|
ModeContribution.load(null, location, JavaMode.class.getName());
|
||||||
|
|||||||
Reference in New Issue
Block a user