fix: revert unrelated test changes in PR #5863 #5919
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR reverts unrelated changes found in PR #5863 while preserving the intended Go diagnostics functionality.
Problem
PR #5863 was intended to add configurable diagnostic delay settings for Go diagnostics, but it included significant unrelated changes to test files that expanded test complexity unnecessarily.
Changes Made
ClineProvider.spec.tsthat added unrelated properties:terminalOutputLineLimit,terminalShellIntegrationTimeout, etc.)currentApiConfigName,listApiConfigMeta, etc.)soundVolume,ttsSpeed,screenshotQuality, etc.)alwaysAllowModeSwitch,alwaysAllowSubtasks, etc.)diagnosticsEnabled: truepropertyDEFAULT_WRITE_DELAY_MSimportwriteToFileTool.spec.tsImpact
Files Changed
src/core/webview/__tests__/ClineProvider.spec.ts- Reverted unrelated test expansionsrc/core/tools/__tests__/writeToFileTool.spec.ts- Reverted unrelated comment changeAll other files from PR #5863 remain unchanged, preserving the core Go diagnostics functionality.
Fixes unrelated changes in PR #5863
Important
Reverts unrelated test changes from PR #5863 while preserving Go diagnostics functionality.
ClineProvider.spec.tsfor terminal, API, UI, and authorization settings.writeToFileTool.spec.ts.diagnosticsEnabled: trueandDEFAULT_WRITE_DELAY_MSimport.This description was created by
for b3cdcf0. You can customize this summary. It will automatically update as commits are pushed.