Skip to content

Commit

Permalink
Update shell integration config description
Browse files Browse the repository at this point in the history
Fixes #141308
  • Loading branch information
Tyriar committed Jan 27, 2022
1 parent 56718a1 commit 8aa58ce
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,7 @@ const terminalConfiguration: IConfigurationNode = {
},
[TerminalSettingId.EnableShellIntegration]: {
restricted: true,
markdownDescription: localize('terminal.integrated.enableShellIntegration', "Enable shell integration which will turn on certain feature such enhanced command tracking and current working directory detection. Shell integration works by injecting a script that is run when the shell is initialized which lets the terminal gain additional insights into what is happening within the terminal.\n\nSupported shells:\n\n- Linux/macOS: bash, pwsh, zsh\n - Windows: pwsh"),
markdownDescription: localize('terminal.integrated.enableShellIntegration', "Enable the experimental shell integration feature which will turn on certain feature such enhanced command tracking and current working directory detection. Shell integration works by injecting a script that is run when the shell is initialized which lets the terminal gain additional insights into what is happening within the terminal, the script injection may not work if you have custom arguments defined in the terminal profile.\n\nSupported shells:\n\n- Linux/macOS: bash, pwsh, zsh\n - Windows: pwsh"),
type: 'boolean',
default: false
},
Expand Down

0 comments on commit 8aa58ce

Please sign in to comment.