feat: add specific profile for stream panes

This commit is contained in:
Stevan Freeborn
2026-07-21 09:51:55 -05:00
parent 4623a408bb
commit daaf89aa00
2 changed files with 162 additions and 7 deletions
+2 -2
View File
@@ -16,7 +16,6 @@
"workbench.startupEditor": "none",
"window.openWithoutArgumentsInNewWindow": "off",
"javascript.updateImportsOnFileMove.enabled": "always",
"workbench.colorTheme": "Lavender Dimmed",
"terminal.integrated.profiles.windows": {
"PowerShell": {
"source": "PowerShell",
@@ -375,5 +374,6 @@
"gitlens.ai.model": "vscode",
"gitlens.ai.vscode.model": "copilot:gpt-4.1",
"githubPullRequests.createOnPublishBranch": "never",
"chat.disableAIFeatures": true
"chat.disableAIFeatures": true,
"workbench.colorTheme": "Lavender Dimmed"
}