You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running Visual Studio Code extensions updates causes the following warning:
── 08:46:18 - Visual Studio Code extensions ────────────────────────────────────
Updating extensions: ms-python.vscode-pylance
(node:26728) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
(Use `Electron --trace-deprecation ...` to show where the warning was created)
Extension 'ms-python.vscode-pylance' v2024.2.3 was successfully updated.
Expected Behavior
No warning messages during updates
Steps to reproduce
Have an outdated vscode extension and then run the topgrade command
All my extensions are up to date so I cannot reproduce it at the moment. However I looked into it further and it seems like a vscode issue: microsoft/vscode#82524
Erroneous Behavior
Running Visual Studio Code extensions updates causes the following warning:
Expected Behavior
No warning messages during updates
Steps to reproduce
Have an outdated vscode extension and then run the topgrade command
Possible Cause (Optional)
It's using an old method of buffer which is deprecated: https://stackoverflow.com/questions/52165333/deprecationwarning-buffer-is-deprecated-due-to-security-and-usability-issues
Additional Details
OS: macOS 14.3.1 23D60 arm64
Shell: zsh 5.9
Topgrade 14.0.1
Nodejs v20.11.1
Installation
Homebrew
Topgrade version (
topgrade -V
)Topgrade 14.0.1
Verbose Output (
topgrade -v
)The text was updated successfully, but these errors were encountered: