Skip to content

PowerShell Extension outdated? Latest should be v2019.9.0 #1134

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

Closed
pcgeek86 opened this issue Oct 31, 2019 · 3 comments
Closed

PowerShell Extension outdated? Latest should be v2019.9.0 #1134

pcgeek86 opened this issue Oct 31, 2019 · 3 comments
Labels
extension The issue needs to be fixed in the extension

Comments

@pcgeek86
Copy link

Description

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

  1. Run a new code-server container
  2. Search for and Install PowerShell extension
@pcgeek86
Copy link
Author

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 

@sr229
Copy link
Contributor

sr229 commented Oct 31, 2019

@kylecarbs might need to sync our repo again?

@sr229 sr229 added the extension The issue needs to be fixed in the extension label Oct 31, 2019
@nhooyr
Copy link
Contributor

nhooyr commented Jan 29, 2020

See #1299

@nhooyr nhooyr closed this as completed Jan 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
extension The issue needs to be fixed in the extension
Projects
None yet
Development

No branches or pull requests

3 participants