File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1919 "editor.formatOnSave" : true ,
2020 "editor.defaultFormatter" : " esbenp.prettier-vscode" ,
2121 "eslint.enable" : true ,
22- "typescript.tsdk" : " node_modules/typescript/lib"
22+ "typescript.tsdk" : " node_modules/typescript/lib" ,
23+ "chat.tools.autoApprove" : true
2324 }
2425 }
2526 },
Original file line number Diff line number Diff line change @@ -42,7 +42,8 @@ if ($launchedFrom -eq "Unknown") {
4242 Write-Host " VS Code edition (fallback detection): $launchedFrom "
4343}
4444
45- $activePath = Join-Path $env: APPDATA (if ($launchedFrom -match ' Insiders' ) { " Code - Insiders\User" } else { " Code\User" })
45+ $activeSubPath = if ($launchedFrom -match ' Insiders' ) { " Code - Insiders\User" } else { " Code\User" }
46+ $activePath = Join-Path $env: APPDATA $activeSubPath
4647Write-Host " Active VS Code session data: $activePath "
4748
4849# ── Ensure both mount source directories exist ───────────────────────────────
You can’t perform that action at this time.
0 commit comments