microsoft / codetour

VS Code extension that allows you to record and play back guided tours of codebases, directly within the editor.

Home Page:https://aka.ms/codetour

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DeprecationWarning: Buffer()

peter-kehl opened this issue · comments

Both the current main (1ef66d7) and VSIX from https://open-vsx.org/extension/vsls-contrib/codetour (0.0.59), and most likely the previous versions, too, have this problem:

code --install-extension ./vsls-contrib.codetour-0.0.59.vsix 
Installing extensions...
(node:129500) [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)
Extension 'vsls-contrib.codetour-0.0.59.vsix' was successfully installed.