Skip to content

Commit 4414185

Browse files
Fix @vscode/vsce dependency after its rename (#4357)
Also fix the documentation to recommend Node v16, as that's what VS Code currently uses, and v14 is too old for dependencies such as `@vscode/test-electron`, and the badge links in the readme since the upstream URL changed without notice. This should fix the release process.
1 parent a3e2835 commit 4414185

File tree

4 files changed

+1316
-1206
lines changed

4 files changed

+1316
-1206
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# PowerShell for Visual Studio Code
22

33
[![Build Status](https://dev.azure.com/powershell/vscode-powershell/_apis/build/status/PowerShell.vscode-powershell?branchName=main)](https://dev.azure.com/powershell/vscode-powershell/_build/latest?definitionId=51&branchName=main)
4-
[![Version](https://vsmarketplacebadge.apphb.com/version/ms-vscode.PowerShell.svg)](https://marketplace.visualstudio.com/items?itemName=ms-vscode.PowerShell)
5-
[![Installs](https://vsmarketplacebadge.apphb.com/installs-short/ms-vscode.PowerShell.svg)](https://marketplace.visualstudio.com/items?itemName=ms-vscode.PowerShell)
4+
[![Version](https://vsmarketplacebadges.dev/version-short/ms-vscode.powershell.svg)](https://marketplace.visualstudio.com/items?itemName=ms-vscode.PowerShell)
5+
[![Installs](https://vsmarketplacebadges.dev/installs-short/ms-vscode.powershell.svg)](https://marketplace.visualstudio.com/items?itemName=ms-vscode.PowerShell)
66
[![Join the chat on Discord](https://img.shields.io/discord/180528040881815552.svg?label=%23vscode&logo=discord&logoColor=white)](https://aka.ms/powershell-vscode-discord)
77
[![Join the chat on Gitter](https://badges.gitter.im/PowerShell/vscode-powershell.svg)](https://gitter.im/PowerShell/vscode-powershell?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
88

docs/development.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ to before you can proceed.
2020
> using VSCode Insiders means the extension can be developed ready for new features and changes in the next VSCode
2121
> release.
2222
23-
5. Install [Node.js](https://nodejs.org/en/) 10.x or higher.
23+
5. Install [Node.js](https://nodejs.org/en/) 16.x or higher.
2424

2525
[fork]: https://help.github.com/articles/fork-a-repo/
2626

0 commit comments

Comments
 (0)