From 1d1988bd35628e2d2853e1f10d988b7fc0c82196 Mon Sep 17 00:00:00 2001 From: Caglar Yalcin Date: Sat, 17 Aug 2024 23:16:28 +0300 Subject: [PATCH] v4.9.2 - changed outputs - added dev containers plugin to vscode --- resume.psm1 | 2 +- set.psm1 | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/resume.psm1 b/resume.psm1 index 4301dc3..c2ff7a4 100644 --- a/resume.psm1 +++ b/resume.psm1 @@ -271,7 +271,7 @@ Function Install-VSCodeExtensions { $vsCodePath = "C:\Program Files\Microsoft VS Code\bin\code.cmd" # for chocolatey installations } - $docker = "eamodio.gitlens", "davidanson.vscode-markdownlint", "ms-azuretools.vscode-docker", "formulahendry.docker-explorer", "p1c2u.docker-compose" + $docker = "eamodio.gitlens", "davidanson.vscode-markdownlint", "ms-azuretools.vscode-docker", "formulahendry.docker-explorer", "p1c2u.docker-compose", "ms-vscode-remote.remote-containers" $autocomplete = "formulahendry.auto-close-tag", "formulahendry.auto-rename-tag", "formulahendry.auto-complete-tag", "streetsidesoftware.code-spell-checker", "redhat.vscode-xml", "dotjoshjohnson.xml" $design = "pkief.material-icon-theme" diff --git a/set.psm1 b/set.psm1 index 64d52c0..90ff657 100644 --- a/set.psm1 +++ b/set.psm1 @@ -397,7 +397,6 @@ Function SystemSettings { Set-ItemProperty -Path "HKCU:\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" -Name DITest -Value 0 *>$null Write-Host "[DONE]" -ForegroundColor Green -BackgroundColor Black - Write-Host "" } } @@ -414,7 +413,7 @@ Function SystemSettings { $nvcleanpath = "C:\Program Files\NVCleanstall" New-Item -ItemType Directory -Force -Path $nvcleanpath | Out-Null - + Silent Invoke-WebRequest -Uri $nvcleanstall -Outfile "$nvcleanpath\NVCleanstall_1.16.0.exe" -ErrorAction Stop # Update task @@ -645,7 +644,7 @@ Function SystemSettings { SetAppsMode Function SetControlPanelLargeIcons { - Write-Host "Setting Control Panel view to large icons..." -NoNewline + Write-Host `n"Setting Control Panel view to large icons..." -NoNewline try { If (!(Test-Path "HKCU:\Software\Microsoft\Windows\CurrentVersion\Explorer\ControlPanel")) {