-
Notifications
You must be signed in to change notification settings - Fork 29.5k
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:1412) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. #93177
Comments
same here ► |
Hi there!I'm using VS Code only for working with Salesforce pack.Sure I can run VS Code without extensions .. but I need to work with my extensions :)
With best wishes, Igor Umansky
On Tuesday, March 24, 2020, 07:26:43 PM GMT+2, Johannes Rieken <[email protected]> wrote:
Please retry without extensions enabled. Select 'Extensions View > ... > Disable all Installed Extensions' and try again. Thanks.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
@zix66 The console receives warning messages from both VS Code and from extensions. Most likely it is one of your installed extensions that uses deprecated nodejs API. Unfortunately it is not easy to figure out which one because nodejs does not log the stack to the call. |
Hi there!I did a little investigation : disabling & re-enabling each one from my extensions.So problem (funny!) with Microsoft Live Share. With best wishes, Igor Umansky On Tuesday, March 24, 2020, 07:55:54 PM GMT+2, Alexandru Dima <[email protected]> wrote:
@zix66 The console receives warning messages from both VS Code and from extensions. Most likely it is one of your installed extensions that uses deprecated nodejs API. Unfortunately it is not easy to figure out which one because nodejs does not log the stack to the call.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Moved to microsoft/live-share#3331 |
Issue Type: Bug
I found the following error on console of Developer Tools in Visual Studio Code.
(node:1412) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
VS Code version: Code 1.43.1 (fe22a96, 2020-03-18T07:01:20.184Z)
OS version: Windows_NT x64 10.0.18362
System Info
flash_3d: enabled
flash_stage3d: enabled
flash_stage3d_baseline: enabled
gpu_compositing: enabled
multiple_raster_threads: enabled_on
oop_rasterization: disabled_off
protected_video_decode: enabled
rasterization: enabled
skia_renderer: disabled_off_ok
video_decode: enabled
viz_display_compositor: enabled_on
viz_hit_test_surface_layer: disabled_off_ok
webgl: enabled
webgl2: enabled
Extensions (9)
The text was updated successfully, but these errors were encountered: