Closed guanzhongs closed 1 year ago
I think this isn't specific to these extensions. See https://github.com/microsoft/vscode/issues/82524
The error is eliminated while disabling the extension. And see code of the extension at branch dev (ce93cf99cc2355503954fe2879b8ce117e845150): in file 'vscode-sqltools\packages\util\persistence\serializable-storage.ts'
You are right. I have submitted a PR to resolve this in the next release.
Describe the bug After installed sqltools in vscode, got error in Output > Log(Window)
2023-04-20 20:18:52.477 [error] [Extension Host] (node:9330) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. (Use
node --trace-deprecation ...to show where the warning was created)
To Reproduce
Expected behavior No error relates to the extension.
Screenshots
Desktop (please complete the following information):
Additional context Add any other context about the problem here.