Adding sandbox pre-reqs to the setting UI for linux (#291670)

changes in settings UI
This commit is contained in:
dileepyavan
2026-01-29 10:51:58 -08:00
committed by GitHub
parent 9081bdd491
commit d6d5aec8e8
@@ -543,7 +543,7 @@ export const terminalChatAgentToolsConfiguration: IStringDictionary<IConfigurati
restricted: true,
},
[TerminalChatAgentToolsSettingId.TerminalSandboxLinuxFileSystem]: {
markdownDescription: localize('terminalSandbox.linuxFileSystemSetting', "Note: this setting is applicable only when {0} is enabled. Controls file system access in the terminal sandbox on Linux.Paths does not support glob patterns, only literal paths (ex: ./src/, ~/.ssh, .env).", `\`#${TerminalChatAgentToolsSettingId.TerminalSandboxEnabled}#\``),
markdownDescription: localize('terminalSandbox.linuxFileSystemSetting', "Note: this setting is applicable only when {0} is enabled. Controls file system access in the terminal sandbox on Linux. Paths do not support glob patterns, only literal paths (ex: ./src/, ~/.ssh, .env). **bubblewrap**, **socat** and **ripgrep** should be installed for this setting to work.", `\`#${TerminalChatAgentToolsSettingId.TerminalSandboxEnabled}#\``),
type: 'object',
properties: {
denyRead: {
@@ -574,7 +574,7 @@ export const terminalChatAgentToolsConfiguration: IStringDictionary<IConfigurati
restricted: true,
},
[TerminalChatAgentToolsSettingId.TerminalSandboxMacFileSystem]: {
markdownDescription: localize('terminalSandbox.macFileSystemSetting', "Note: this setting is applicable only when {0} is enabled. Controls file system access in the terminal sandbox on macOS.Paths also support git-style glob patterns(ex: *.ts, ./src, ./src/**/*.ts, file?.txt).", `\`#${TerminalChatAgentToolsSettingId.TerminalSandboxEnabled}#\``),
markdownDescription: localize('terminalSandbox.macFileSystemSetting', "Note: this setting is applicable only when {0} is enabled. Controls file system access in the terminal sandbox on macOS.Paths also support git-style glob patterns(ex: *.ts, ./src, ./src/**/*.ts, file?.txt). **ripgrep** should be installed for this setting to work.", `\`#${TerminalChatAgentToolsSettingId.TerminalSandboxEnabled}#\``),
type: 'object',
properties: {
denyRead: {