-
Notifications
You must be signed in to change notification settings - Fork 29.8k
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
(node:20120) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues #123180
Comments
This does not appear to be a bug as much as an internal warning message. |
@JacksonKearl I have also seen this when running |
@pedro-w you can try starting an empty extension to verify the source, I can't say for sure that it's VS Code in your case. |
This warning is from VSCode. Just run a clean and fresh portable instance to check it out |
@JacksonKearl The reason is that VSCode has dependency process.on('warning', (warning) => {
console.log(warning.stack);
}); |
Note there is already an issue filed on |
@pedro-w yeah, but it hasn't been merged yet. |
Steps to Reproduce:
Open VSCode
Open Toggle Dev Tools
screenshot version:
Does this issue occur when all extensions are disabled?: Yes
The text was updated successfully, but these errors were encountered: