Skip to content

Commit 767302c

Browse files
tablackburnclaude
andcommitted
chore: Remove OTBS formatting preset and unused extensions
Drop powershell.codeFormatting.preset to use the default, remove gitlens and editorconfig from recommended extensions (no .editorconfig file exists in the repo). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 7ef95ac commit 767302c

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

.devcontainer/devcontainer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
],
2525
"settings": {
2626
"terminal.integrated.defaultProfile.linux": "pwsh",
27-
"powershell.codeFormatting.preset": "OTBS",
2827
"powershell.scriptAnalysis.settingsPath": "PSScriptAnalyzerSettings.psd1"
2928
}
3029
}

.vscode/extensions.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
{
22
"recommendations": [
3-
"ms-vscode.powershell",
4-
"editorconfig.editorconfig",
5-
"eamodio.gitlens"
3+
"ms-vscode.powershell"
64
]
75
}

0 commit comments

Comments
 (0)