Skip to content

Commit

Permalink
Update readme and CI status badge
Browse files Browse the repository at this point in the history
  • Loading branch information
andyleejordan committed May 2, 2024
1 parent 8fe4874 commit 83640dd
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,11 @@ The extension should work anywhere VS Code itself and PowerShell Core 7.2 or hig
basis. PowerShell Core 6, 7.0, and 7.1 have reached end-of-support. We test the following
configurations:

- **Windows Server 2022** with Windows PowerShell 5.1 and PowerShell Core 7.2
- **Windows Server 2019** with Windows PowerShell 5.1 and PowerShell Core 7.2
- **macOS 11** with PowerShell Core 7.2
- **Ubuntu 20.04** with PowerShell Core 7.2
- **Windows Server 2022** with Windows PowerShell 5.1 and PowerShell Core 7.2, 7.3 and 7.4
- **macOS 12** with PowerShell Core 7.2, 7.3 and 7.4
- **Ubuntu 22.04** with PowerShell Core 7.2, 7.3 and 7.4

On Windows, we also test with and without Constrained Language Mode enabled.

Read the [installation instructions][]
to get more details on how to use the extension on these platforms.
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
},
"badges": [
{
"url": "https://dev.azure.com/powershell/vscode-powershell/_apis/build/status/PowerShell.vscode-powershell?branchName=main",
"href": "https://dev.azure.com/powershell/vscode-powershell/_build/latest?definitionId=51&branchName=main",
"url": "https://github.com/PowerShell/vscode-powershell/actions/workflows/ci-test.yml/badge.svg",
"href": "https://github.com/PowerShell/vscode-powershell/actions/workflows/ci-test.yml?query=branch%3Amain",
"description": "Build Status"
},
{
Expand Down
2 changes: 1 addition & 1 deletion vscode-powershell.build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ task Package {
[semver]$version = $((Get-Content -Raw -Path package.json | ConvertFrom-Json).version)
Write-Host "`n### Packaging powershell-$version.vsix`n" -ForegroundColor Green
Remove-BuildItem ./out
New-Item -ItemType Directory -Force out
New-Item -ItemType Directory -Force out | Out-Null

Assert-Build (Test-Path ./dist/extension.js) "Extension must be built!"

Expand Down

0 comments on commit 83640dd

Please sign in to comment.