Deprecation warning about use of Buffer() when installing an extension #202810
Labels
*duplicate
Issue identified as a duplicate of another issue(s)
extensions
Issues concerning extensions
When installing a vsce extension with:
code --install-extension my-extension.vsix
the following deprecation warning is shown:
(node:11672) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. (Use 'Code --trace-deprecation ...' to show where the warning was created)
Using the current Node.js (v21.1.0).
The text was updated successfully, but these errors were encountered: