-
Notifications
You must be signed in to change notification settings - Fork 169
Deprecation warning during command line installation of VS Code Q# extension #1130
Comments
The “DeprecationWarning: Buffer() is deprecated…” warning is also mentioned in these VS Code Issues: I created a minimal “Hello World” VS Code extension, per Your First Extension, then made these changes to eliminate warnings and errors reported by vsce:
I then packaged the extension to a vsix file using vsce:
Finally, I installed the extension using a VS Code Terminal window, and got the same warning:
Based on this evidence, I believe this issue is not a bug in the quantum-devkit-vscode extension. Should we pass this back to the vscode team? |
Agreed. Contacting the VS Code team for feedback. |
Tagging Isidor - PM on the VS Code team to take it forward. @isidorn |
I have commented on the vscode issue, let's continue the discussion there microsoft/vscode#133062 |
When the Visual Studio Code extension is installed using the command line, the following warning is shown:
This warning does not prevent the installation to succeed, and the extension can be used normally after that. It is also possible to install the extension using the UI in VS Code without seeing any warnings.
This is still present in version 0.18.2108.160999 of the QDK.
The text was updated successfully, but these errors were encountered: