-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
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
Replace usage of Buffer() #993
Comments
Still getting this (node:39492) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. |
I don't see any other place our codebase uses Buffer. Could this be dependency bubbling up the warning? |
Can you figure out where it's coming from? |
Do you have a repro? That will help me figure out where it's coming from. |
If you find this error when install from vsix, this may be the reason: microsoft/vscode#67534 |
Thanks @Sneezry for the tip! We'll keep track of that bug. |
The referenced issue is fixed, and we don't have a repro. |
(node:8460) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
The text was updated successfully, but these errors were encountered: