We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi~ my initialOptions is:
initializationOptions: { storagePath: '~/.config/coc/coc-phpls-data', clearCache: clearCache },
But will create a folder on my home path
The text was updated successfully, but these errors were encountered:
[marlonfan/coc-phpls] (marlonfan/coc-phpls#32) There are some people like me
Sorry, something went wrong.
Hi @marlonfan . There's now a globalStoragePath property that can be passed in initializationOptions. If it's not present then it defaults to nodejs os.homedir(). I've updated the readme now to reflect this. https://github.com/bmewburn/intelephense-docs#initialisation-options
globalStoragePath
initializationOptions
os.homedir()
Cool. Thanks.
No branches or pull requests
Hi~ my initialOptions is:
But will create a folder on my home path
The text was updated successfully, but these errors were encountered: