We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d28d6a commit d92db15Copy full SHA for d92db15
changelog.md
@@ -2,6 +2,7 @@
2
3
## Unreleased
4
<!-- 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
6
7
## 3.11.0
8
* `NEW` Added support for Japanese locale
client/src/languageserver.ts
@@ -154,6 +154,7 @@ class LuaClient extends Disposable {
154
codeLensViewReferences: true,
155
fixIndents: true,
156
languageConfiguration: true,
157
+ storagePath: this.context.globalStorageUri.path,
158
},
159
};
160
0 commit comments