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
From @IgorNovozhilov on December 27, 2016 8:53
VSCode Version:
OS Version: Linux Mint 18
Steps to Reproduce:
/* jshint esnext:true */ let it = require('./it'); it.execute(function* builder(options) { let metaData = yield it.read(option.metaFile); it.meta = yield it.parse(metaData, { ICON: yield it.read(options.icon), ICON64: (yield it.read(options.icon64)).base64() }); });
Copied from original issue: microsoft/vscode#17844
The text was updated successfully, but these errors were encountered:
From @dbaeumer on December 27, 2016 9:19
Looks like a TS/JS grammar problem.
Sorry, something went wrong.
603284f
No branches or pull requests
From @IgorNovozhilov on December 27, 2016 8:53
VSCode Version:
OS Version: Linux Mint 18
Steps to Reproduce:
Copied from original issue: microsoft/vscode#17844
The text was updated successfully, but these errors were encountered: