File tree 3 files changed +8
-7
lines changed
3 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -58,10 +58,11 @@ The extension should work anywhere VS Code itself and PowerShell Core 7.2 or hig
58
58
basis. PowerShell Core 6, 7.0, and 7.1 have reached end-of-support. We test the following
59
59
configurations:
60
60
61
- - ** Windows Server 2022** with Windows PowerShell 5.1 and PowerShell Core 7.2
62
- - ** Windows Server 2019** with Windows PowerShell 5.1 and PowerShell Core 7.2
63
- - ** macOS 11** with PowerShell Core 7.2
64
- - ** Ubuntu 20.04** with PowerShell Core 7.2
61
+ - ** Windows Server 2022** with Windows PowerShell 5.1 and PowerShell Core 7.2, 7.3 and 7.4
62
+ - ** macOS 12** with PowerShell Core 7.2, 7.3 and 7.4
63
+ - ** Ubuntu 22.04** with PowerShell Core 7.2, 7.3 and 7.4
64
+
65
+ On Windows, we also test with and without Constrained Language Mode enabled.
65
66
66
67
Read the [ installation instructions] [ ]
67
68
to get more details on how to use the extension on these platforms.
Original file line number Diff line number Diff line change 30
30
},
31
31
"badges" : [
32
32
{
33
- "url" : " https://dev.azure. com/powershell /vscode-powershell/_apis/build/status/PowerShell.vscode-powershell?branchName=main " ,
34
- "href" : " https://dev.azure. com/powershell /vscode-powershell/_build/latest?definitionId=51&branchName=main " ,
33
+ "url" : " https://github. com/PowerShell /vscode-powershell/actions/workflows/ci-test.yml/badge.svg " ,
34
+ "href" : " https://github. com/PowerShell /vscode-powershell/actions/workflows/ci-test.yml?query=branch%3Amain " ,
35
35
"description" : " Build Status"
36
36
},
37
37
{
Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ task Package {
128
128
[semver ]$version = $ ((Get-Content - Raw - Path package.json | ConvertFrom-Json ).version)
129
129
Write-Host " `n ### Packaging powershell-$version .vsix`n " - ForegroundColor Green
130
130
Remove-BuildItem ./ out
131
- New-Item - ItemType Directory - Force out
131
+ New-Item - ItemType Directory - Force out | Out-Null
132
132
133
133
Assert-Build (Test-Path ./ dist/ extension.js) " Extension must be built!"
134
134
You can’t perform that action at this time.
0 commit comments