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
Run code and go to the "output > log (Window)" panel.
The following warning appears:
[2022-01-17 10:49:37.284] [renderer9] [error] [Extension Host] (node:34436) [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)
Now rerun code with the suggested option to investigate what is generating the warning, but the following warning appear:
> code --trace-deprecation
Warning: 'trace-deprecation' is not in the list of known options, but still passed to
Electron/Chromium.
The warning inside the output panel remains the same.
Summarizing, there are few problems:
The deprecation about Buffer usage
The not working suggestion
The warning from command line
The ineffective command line option
Now I have to investigate if the warning is generated by one extension, but the above problems remain.
Thanks for looking!
mario
VS Code version: Code 1.63.2 (899d46d, 2021-12-15T09:40:02.816Z)
OS version: Windows_NT x64 10.0.22000
Restricted Mode: No
System Info
Item
Value
CPUs
Intel(R) Core(TM) i7-9750H CPU @ 2.60GHz (12 x 2592)
Issue Type: Bug
Summarizing, there are few problems:
Now I have to investigate if the warning is generated by one extension, but the above problems remain.
Thanks for looking!
mario
VS Code version: Code 1.63.2 (899d46d, 2021-12-15T09:40:02.816Z)
OS version: Windows_NT x64 10.0.22000
Restricted Mode: No
System Info
gpu_compositing: enabled
multiple_raster_threads: enabled_on
oop_rasterization: enabled
opengl: enabled_on
rasterization: enabled
skia_renderer: enabled_on
video_decode: enabled
vulkan: disabled_off
webgl: enabled
webgl2: enabled
Extensions (57)
(1 theme extensions excluded)
The text was updated successfully, but these errors were encountered: