-
Notifications
You must be signed in to change notification settings - Fork 29.8k
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
[DEP0005] DeprecationWarning #143535
Comments
with disable all extensions |
and in /duplicate #136874, some operations is confusing for me. |
@gjsjohnmurray @vscode-triage-bot Maybe it's because of my software environment,could u help me to analyze it? |
pinging @chrmarti |
@bpasero Is there a simpler way than changing code to enable tracing for deprecations (#136874 (comment)) in the extension host? |
Not to my knowledge, maybe @deepak1556 knows. |
@vscode-triage-bot @bpasero @gjsjohnmurray @chrmarti |
@aGensinger This appears to be from an older version. Could you retry with the latest VS Code Insiders version? |
Issue Type: Bug
steps:
1.start VSCODE
2.view log(window) as follow:
[2022-02-21 18:31:23.540] [renderer1] [info] IExtensionHostStarter.start() took 1149 ms.
[2022-02-21 18:31:24.027] [renderer1] [error] [Extension Host] (node:14496) [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)actual result: outline panel no symbols found in document
expect result: outline works fine
VS Code version: Code 1.64.2 (f80445a, 2022-02-09T22:02:28.252Z)
OS version: Windows_NT x64 10.0.16299
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 (2)
A/B Experiments
The text was updated successfully, but these errors were encountered: