load single android library cache from local folder

This commit is contained in:
Dave Holoway
2020-06-28 15:34:27 +01:00
parent 71600cf366
commit baabf1e7a9
3 changed files with 48 additions and 157 deletions

View File

@@ -42,8 +42,8 @@ function activateLanguageClient(context) {
// Register the server for plain text documents
documentSelector: [{ scheme: 'file', language: 'java' }],
initializationOptions: {
// globalStoragePath is used to cache decoded jar files
globalStoragePath: context.globalStoragePath,
// extensionPath points to the root of the extension (the folder where this file is)
extensionPath: context.extensionPath,
},
synchronize: {
// Notify the server about file changes to '.java files contained in the workspace