From 5cd1fa15cfd74bb00da689bb7573d14c32a6d72d Mon Sep 17 00:00:00 2001 From: Andrew Pareles Date: Thu, 1 May 2025 18:04:35 -0700 Subject: [PATCH] copy --- .../workbench/contrib/void/browser/directoryStrService.ts | 6 +++--- .../void/browser/react/src/void-settings-tsx/Settings.tsx | 3 ++- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/src/vs/workbench/contrib/void/browser/directoryStrService.ts b/src/vs/workbench/contrib/void/browser/directoryStrService.ts index dcdbaa42..80f70373 100644 --- a/src/vs/workbench/contrib/void/browser/directoryStrService.ts +++ b/src/vs/workbench/contrib/void/browser/directoryStrService.ts @@ -16,14 +16,14 @@ import { ExplorerItem } from '../../files/common/explorerModel.js'; import { MAX_CHILDREN_URIs_PAGE, MAX_DIRSTR_CHARS_TOTAL_BEGINNING, MAX_DIRSTR_CHARS_TOTAL_TOOL } from '../common/prompt/prompts.js'; -const MAX_FILES_TOTAL = 300; +const MAX_FILES_TOTAL = 1000; -const DEFAULT_MAX_DEPTH = 3; -const DEFAULT_MAX_ITEMS_PER_DIR = 3; const START_MAX_DEPTH = Infinity; const START_MAX_ITEMS_PER_DIR = Infinity; // Add start value as Infinity +const DEFAULT_MAX_DEPTH = 3; +const DEFAULT_MAX_ITEMS_PER_DIR = 3; export interface IDirectoryStrService { readonly _serviceBrand: undefined; diff --git a/src/vs/workbench/contrib/void/browser/react/src/void-settings-tsx/Settings.tsx b/src/vs/workbench/contrib/void/browser/react/src/void-settings-tsx/Settings.tsx index 8544d7f1..0f03e962 100644 --- a/src/vs/workbench/contrib/void/browser/react/src/void-settings-tsx/Settings.tsx +++ b/src/vs/workbench/contrib/void/browser/react/src/void-settings-tsx/Settings.tsx @@ -1148,7 +1148,7 @@ export const Settings = () => {

One-Click Switch

-

{`Transfer your settings from another editor to Void in one click.`}

+

{`Transfer your editor settings from another editor to Void in one click.`}

@@ -1161,6 +1161,7 @@ export const Settings = () => { {/* Import/Export section, as its own block right after One-Click Switch */}

Import/Export

+

{`Transfer your settings and chats in and out of Void.`}

{/* Settings Subcategory */}