Skip to content
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

Depreciation warning on OUTPUT screen #274

Open
petejok opened this issue Sep 17, 2020 · 7 comments
Open

Depreciation warning on OUTPUT screen #274

petejok opened this issue Sep 17, 2020 · 7 comments

Comments

@petejok
Copy link

petejok commented Sep 17, 2020

Issue Type: Bug

vscoss.vscode-ansible v0.5.2

[Error - 11:38:39 AM] (node:19040) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.

Version: 1.49.0
Commit: e790b931385d72cf5669fcefc51cdf65990efa5d
Date: 2020-09-10T13:20:50.359Z
Electron: 9.2.1
Chrome: 83.0.4103.122
Node.js: 12.14.1
V8: 8.3.110.13-electron.0
OS: Linux x64 5.4.0-47-generic

Extension version: 0.5.2
VS Code version: Code 1.49.0 (e790b931385d72cf5669fcefc51cdf65990efa5d, 2020-09-10T13:20:50.359Z)
OS version: Linux x64 5.4.0-47-generic

@opsarno
Copy link

opsarno commented Sep 18, 2020

+1

[Error - 5:26:53 PM] (node:99992) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.

@moltar
Copy link

moltar commented Sep 29, 2020

Very annoying. Any idea how to stop this until it's fixed?

@crazydisi
Copy link

Hey,

we got the some issues with the newest VSCode version

Version: 1.50.0
Commit: 93c2f0fbf16c5a4b10e4d5f89737d9c2c25488a3
Date: 2020-10-07T06:00:00.397Z (5 days ago)
Electron: 9.2.1
Chrome: 83.0.4103.122
Node.js: 12.14.1
V8: 8.3.110.13-electron.0
OS: Darwin x64 19.6.0

any hope this gets fixed?

@dantman
Copy link

dantman commented Oct 15, 2020

This issue is pretty annoying. vscode keeps randomly focusing the "Ansible Playbook Language" output tab even in projects that don't use Ansible.

@avoidik
Copy link

avoidik commented Oct 29, 2020

the source is here https://github.com/nodejs/node/blob/master/lib/buffer.js#L164-L180 is there any way to specify --pending-deprecation option to internal nodejs server?

@imphil
Copy link

imphil commented Dec 14, 2020

Seems like this extension is EOL and won't this won't get fixed: #282

Not sure what the alternatives are, though.

@tebeco
Copy link

tebeco commented Jan 9, 2021

There's an alternative
Ask authorization, fork the repo, re-publish the extension, and be the maintainer

This is actually a good policy on VsCode + Maintainer
It's suppose to inform you that you should not expect anything to change anymore since it's not maintained anymore.

If the LICENSE allow it ... fork it / use it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants