mirror of
https://github.com/processing/processing4.git
synced 2026-01-24 08:51:07 +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.client = client;
|
||||
|
||||
Base.locateSketchbookFolder();
|
||||
|
||||
File location = Platform.getContentFile("modes/java");
|
||||
ModeContribution mc =
|
||||
ModeContribution.load(null, location, JavaMode.class.getName());
|
||||
|
||||
Reference in New Issue
Block a user