Skip to content

Commit a0a06b4

Browse files
authored
🐛 Fix VSCode update typo
1 parent 68536f6 commit a0a06b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Update-Everything.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ Begin
222222
gh extension upgrade --all
223223
}
224224

225-
function Update-VSCodeExtenions
225+
function Update-VSCodeExtensions
226226
{
227227
if(!(Get-Command code -ErrorAction Ignore))
228228
{Write-Verbose 'VSCode not found, skipping.'; return}

0 commit comments

Comments
 (0)