From 0f2988fd2cfd9bb3d814f17363bc218ff8045959 Mon Sep 17 00:00:00 2001 From: Germano Cavalcante Date: Mon, 20 Nov 2023 19:38:54 -0300 Subject: [PATCH] Revert preset changes in c6db3f98bb This partialy reverts commit c6db3f98bbc152a9c839010f25fffbbdff576660. The presets are case-sensitive, as explained in issue #110642. --- scripts/presets/text_editor/{internal.py => Internal.py} | 0 .../text_editor/{visual_studio_code.py => Visual_Studio_Code.py} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename scripts/presets/text_editor/{internal.py => Internal.py} (100%) rename scripts/presets/text_editor/{visual_studio_code.py => Visual_Studio_Code.py} (100%) diff --git a/scripts/presets/text_editor/internal.py b/scripts/presets/text_editor/Internal.py similarity index 100% rename from scripts/presets/text_editor/internal.py rename to scripts/presets/text_editor/Internal.py diff --git a/scripts/presets/text_editor/visual_studio_code.py b/scripts/presets/text_editor/Visual_Studio_Code.py similarity index 100% rename from scripts/presets/text_editor/visual_studio_code.py rename to scripts/presets/text_editor/Visual_Studio_Code.py