Skip to content

Commit 5c738de

Browse files
fix: update terminal settings documentation link (#8997)
1 parent ce88b02 commit 5c738de

File tree

19 files changed

+55
-55
lines changed

19 files changed

+55
-55
lines changed

webview-ui/src/components/settings/TerminalSettings.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ export const TerminalSettings = ({
213213
<Trans i18nKey="settings:terminal.shellIntegrationDisabled.description">
214214
<VSCodeLink
215215
href={buildDocLink(
216-
"features/shell-integration#disable-terminal-shell-integration",
216+
"features/shell-integration#use-inline-terminal-recommended",
217217
"settings_terminal_shell_integration_disabled",
218218
)}
219219
style={{ display: "inline" }}>

webview-ui/src/i18n/locales/ca/settings.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

webview-ui/src/i18n/locales/de/settings.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

webview-ui/src/i18n/locales/en/settings.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -639,7 +639,7 @@
639639
},
640640
"advanced": {
641641
"label": "Terminal Settings: Advanced",
642-
"description": "These settings apply only when 'Use Inline Terminal' is disabled."
642+
"description": "These settings apply only when 'Use Inline Terminal' is disabled. They affect the VS Code terminal only and may require restarting the IDE."
643643
},
644644
"outputLineLimit": {
645645
"label": "Terminal output limit",
@@ -659,7 +659,7 @@
659659
},
660660
"commandDelay": {
661661
"label": "Terminal command delay",
662-
"description": "Adds a short pause after each command so the VS Code terminal can flush all output (bash/zsh: PROMPT_COMMAND sleep; PowerShell: start-sleep). Use only if you see missing tail output; otherwise leave at 0. VS Code terminal only. <0>Learn more</0>"
662+
"description": "Adds a short pause after each command so the VS Code terminal can flush all output (bash/zsh: PROMPT_COMMAND sleep; PowerShell: start-sleep). Use only if you see missing tail output; otherwise leave at 0. <0>Learn more</0>"
663663
},
664664
"compressProgressBar": {
665665
"label": "Compress progress bar output",
@@ -675,7 +675,7 @@
675675
},
676676
"zshOhMy": {
677677
"label": "Enable Oh My Zsh integration",
678-
"description": "Turn this on when your Oh My Zsh theme/plugins expect shell integration; it sets ITERM_SHELL_INTEGRATION_INSTALLED=Yes. Turn this off to avoid setting that variable. VS Code terminal (zsh) only. May require restarting the IDE. <0>Learn more</0>"
678+
"description": "Turn this on when your Oh My Zsh theme/plugins expect shell integration; it sets ITERM_SHELL_INTEGRATION_INSTALLED=Yes. Turn this off to avoid setting that variable. <0>Learn more</0>"
679679
},
680680
"zshP10k": {
681681
"label": "Enable Powerlevel10k integration",

webview-ui/src/i18n/locales/es/settings.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

webview-ui/src/i18n/locales/fr/settings.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

webview-ui/src/i18n/locales/hi/settings.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

webview-ui/src/i18n/locales/id/settings.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

webview-ui/src/i18n/locales/it/settings.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

webview-ui/src/i18n/locales/ja/settings.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)