You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current PowerShell extension for VSCode is much newer than the one that gets installed in code-server. Is code-server pulling extensions from the Visual Studio Marketplace, or somewhere else?
The version that gets installed from a fresh code-server container is 1.11.0 instead of v2019.9.0.
Steps to Reproduce
Run a new code-server container
Search for and Install PowerShell extension
The text was updated successfully, but these errors were encountered:
I just tried to install the latest PowerShell extension from the .vsix file.
coder@782b5a363163:~/project$ code-server --install-extension PowerShell-2019.9.0.vsix
(node:757) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
INFO code-server v1.1156-vsc1.33.1
ERROR (node:768) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
ERROR
ERROR Unable to install extension 'ms-vscode.powershell' as it is not compatible with VS Code '1.33.1'.
ERROR
ERROR Failed Installing Extensions: PowerShell-2019.9.0.vsix
ERROR
code-server
version: v1.1156-vsc1.33.1Description
The current PowerShell extension for VSCode is much newer than the one that gets installed in
code-server
. Iscode-server
pulling extensions from the Visual Studio Marketplace, or somewhere else?The version that gets installed from a fresh
code-server
container is1.11.0
instead ofv2019.9.0
.Steps to Reproduce
code-server
containerThe text was updated successfully, but these errors were encountered: