diff --git a/changelog.md b/changelog.md index 917e7c0..9299862 100644 --- a/changelog.md +++ b/changelog.md @@ -2,6 +2,7 @@ ## Unreleased +* `FIX` Pass storagePath option to server to resolve addon directory not found ## 3.11.0 * `NEW` Added support for Japanese locale diff --git a/client/src/languageserver.ts b/client/src/languageserver.ts index c72b3f7..689b858 100644 --- a/client/src/languageserver.ts +++ b/client/src/languageserver.ts @@ -154,6 +154,7 @@ class LuaClient extends Disposable { codeLensViewReferences: true, fixIndents: true, languageConfiguration: true, + storagePath: this.context.globalStorageUri.path, }, };