Skip to content

Commit

Permalink
v4.9.2
Browse files Browse the repository at this point in the history
- changed outputs
- added dev containers plugin to vscode
  • Loading branch information
caglaryalcin committed Aug 17, 2024
1 parent 7c21b90 commit 1d1988b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion resume.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
5 changes: 2 additions & 3 deletions set.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -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 ""
}
}

Expand All @@ -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
Expand Down Expand Up @@ -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")) {
Expand Down

0 comments on commit 1d1988b

Please sign in to comment.