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
the change in VS Code to move to ASAR changes where to find keytar, line 27 of azure-account.ts:
keytar
keytar = require(`${env.appRoot}/node_modules/keytar`)
should be
keytar = require(`${env.appRoot}/node_modules.asar/keytar`)
The text was updated successfully, but these errors were encountered:
1.20 will ship with ASAR turned off.
Sorry, something went wrong.
Fixed in #39
chrmarti
No branches or pull requests
the change in VS Code to move to ASAR changes where to find
keytar
, line 27 of azure-account.ts:should be
The text was updated successfully, but these errors were encountered: