mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-20 00:04:14 +08:00
* Terminal: respect auto approve setting for sandbox analyzer Fixes #309954 * Revert "Terminal: respect auto approve setting for sandbox analyzer" This reverts commit 50fd1407f512ca71688dffce4b15a8f48728fd51. * Revert "Revert "Terminal: respect auto approve setting for sandbox analyzer"" This reverts commit 7cc5cca7d8d7d50ecb41df847162b17de73d915c. * Apply agent network filter when sandbox is enabled * Use terminal sandbox service for network filter * Revert command line sandbox analyzer changes * Remove unused agent sandbox setting IDs * changes * Fix terminal sandbox type-only exports * Update src/vs/platform/networkFilter/test/common/networkFilterService.test.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Move agent sandbox setting to platform --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>