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
[x] Bug report [ ] Feature request [ ] Documentation issue or request
loadCacheData() currently sets this.cachedData with JSON.stringify(data) which is wrong.
Should set this.cachedData with JSON.parse(data)
vscode
- generator version: 3.2.1 - node version: 8.9.3 - npm version: 5.6.0 - OS: Windows
Others:
The text was updated successfully, but these errors were encountered:
It was fixed with #237 and already merged on master, it will be available with upcoming release.
Sorry, something went wrong.
No branches or pull requests
I'm submitting a...
[x] Bug report
[ ] Feature request
[ ] Documentation issue or request
Current behavior
loadCacheData() currently sets this.cachedData with JSON.stringify(data) which is wrong.
Expected behavior
Should set this.cachedData with JSON.parse(data)
Minimal reproduction of the problem with instructions
Environment
vscode
Others:
The text was updated successfully, but these errors were encountered: