mirror of
https://github.com/adelphes/android-dev-ext.git
synced 2025-12-27 11:59:29 +00:00
load single android library cache from local folder
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user