You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: remove unintended DISABLE_DIFF_VISUALIZATION feature from LaTeX PR
- Removed DISABLE_DIFF_VISUALIZATION from experiment types and configurations
- Removed disableDiffVisualization parameter from Task and DiffViewProvider
- Removed all DISABLE_DIFF_VISUALIZATION translations from locale files
- Removed disable-diff-visualization changeset
- Keep only LaTeX rendering related changes in this PR
Copy file name to clipboardExpand all lines: webview-ui/src/i18n/locales/ca/settings.json
-4Lines changed: 0 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -508,10 +508,6 @@
508
508
"MULTI_FILE_APPLY_DIFF": {
509
509
"name": "Habilita edicions de fitxers concurrents",
510
510
"description": "Quan està activat, Roo pot editar múltiples fitxers en una sola petició. Quan està desactivat, Roo ha d'editar fitxers d'un en un. Desactivar això pot ajudar quan es treballa amb models menys capaços o quan vols més control sobre les modificacions de fitxers."
511
-
},
512
-
"DISABLE_DIFF_VISUALIZATION": {
513
-
"name": "Desactivar la visualització de diferències per a totes les eines d'edició",
514
-
"description": "Quan estigui activat, els fitxers s'obriran directament a l'editor en lloc de mostrar una vista de diferències per a totes les eines d'edició (write_to_file, apply_diff, insert_content, search_and_replace). Això ajuda a prevenir bloquejos de LSP amb fitxers molt grans. Els canvis encara són visibles a la finestra de xat."
"description": "Wenn aktiviert, kann Roo mehrere Dateien in einer einzigen Anfrage bearbeiten. Wenn deaktiviert, muss Roo Dateien einzeln bearbeiten. Das Deaktivieren kann helfen, wenn du mit weniger fähigen Modellen arbeitest oder mehr Kontrolle über Dateiänderungen haben möchtest."
511
-
},
512
-
"DISABLE_DIFF_VISUALIZATION": {
513
-
"name": "Diff-Visualisierung für alle Bearbeitungswerkzeuge deaktivieren",
514
-
"description": "Wenn aktiviert, werden Dateien direkt im Editor geöffnet, anstatt eine Diff-Ansicht für alle Bearbeitungswerkzeuge (write_to_file, apply_diff, insert_content, search_and_replace) anzuzeigen. Dies hilft, LSP-Abstürze bei sehr großen Dateien zu vermeiden. Änderungen sind weiterhin im Chatfenster sichtbar."
0 commit comments