Skip to content

Commit 466fc19

Browse files
committed
fix(folder): add globalStoragePath on initializationOptions
1 parent bde504f commit 466fc19

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "coc-phpls",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"description": "PHP language server extension for coc.nvim",
55
"main": "lib/index.js",
66
"publisher": "marlonfan",

src/index.ts

+1
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ function createClient(context: ExtensionContext, clearCache: boolean) {
9797
{ language: LanguageID, scheme: 'untitled' }
9898
],
9999
initializationOptions: {
100+
globalStoragePath: context.storagePath,
100101
storagePath: context.storagePath,
101102
clearCache: clearCache
102103
},

0 commit comments

Comments
 (0)