MhMadHamster / vscode-postcss-language

postcss syntax support extension for VSCode
MIT License
34 stars 7 forks source link

DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. #36

Open urbantrout opened 3 years ago

urbantrout commented 3 years ago

Whenever I open a PostCSS file the I get an error in the PostCSS language Server:

[Error - 15:30:18] (node:11705) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.

Extension version: v2.1.0 VSCode version: 1.51.1