Skip to content

Commit d92db15

Browse files
sparrsumneko
authored andcommitted
Pass globalStorageUri as storagePath for server to find addons
1 parent 2d28d6a commit d92db15

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
## Unreleased
44
<!-- Add all new changes here. They will be moved under a version at release -->
5+
* `FIX` Pass storagePath option to server to resolve addon directory not found
56

67
## 3.11.0
78
* `NEW` Added support for Japanese locale

client/src/languageserver.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ class LuaClient extends Disposable {
154154
codeLensViewReferences: true,
155155
fixIndents: true,
156156
languageConfiguration: true,
157+
storagePath: this.context.globalStorageUri.path,
157158
},
158159
};
159160

0 commit comments

Comments
 (0)