From 6b76c602a1df6c18098fa6b9a43db3a64f2d5ce2 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sat, 24 Jan 2026 18:52:34 -0600 Subject: fix(testing): remove obsolete --skip-slow-packages option This flag was removed from archsetup but remained in test scripts. --- .../PyCharmCE2024.1/app-internal-state.db | Bin 0 -> 24576 bytes .../PyCharmCE2024.1/early-access-registry.txt | 2 + .../PyCharmCE2024.1/options/colors.scheme.xml | 5 ++ .../PyCharmCE2024.1/options/console-font.xml | 5 ++ .../PyCharmCE2024.1/options/editor-font.xml | 8 ++ .../JetBrains/PyCharmCE2024.1/options/editor.xml | 6 ++ .../options/features.usage.statistics.xml | 97 +++++++++++++++++++++ .../PyCharmCE2024.1/options/filetypes.xml | 5 ++ .../options/ide-features-trainer.xml | 9 ++ .../PyCharmCE2024.1/options/ide.general.xml | 5 ++ .../PyCharmCE2024.1/options/log-categories.xml | 3 + .../JetBrains/PyCharmCE2024.1/options/other.xml | 36 ++++++++ .../PyCharmCE2024.1/options/settingsSync.xml | 5 ++ .../JetBrains/PyCharmCE2024.1/options/updates.xml | 6 ++ .../PyCharmCE2024.1/options/window.state.xml | 8 ++ .../PyCharmCE2024.1/updatedBrokenPlugins.db | Bin 0 -> 214268 bytes 16 files changed, 200 insertions(+) create mode 100644 dotfiles/system/.config/JetBrains/PyCharmCE2024.1/app-internal-state.db create mode 100644 dotfiles/system/.config/JetBrains/PyCharmCE2024.1/early-access-registry.txt create mode 100644 dotfiles/system/.config/JetBrains/PyCharmCE2024.1/options/colors.scheme.xml create mode 100644 dotfiles/system/.config/JetBrains/PyCharmCE2024.1/options/console-font.xml create mode 100644 dotfiles/system/.config/JetBrains/PyCharmCE2024.1/options/editor-font.xml create mode 100644 dotfiles/system/.config/JetBrains/PyCharmCE2024.1/options/editor.xml create mode 100644 dotfiles/system/.config/JetBrains/PyCharmCE2024.1/options/features.usage.statistics.xml create mode 100644 dotfiles/system/.config/JetBrains/PyCharmCE2024.1/options/filetypes.xml create mode 100644 dotfiles/system/.config/JetBrains/PyCharmCE2024.1/options/ide-features-trainer.xml create mode 100644 dotfiles/system/.config/JetBrains/PyCharmCE2024.1/options/ide.general.xml create mode 100644 dotfiles/system/.config/JetBrains/PyCharmCE2024.1/options/log-categories.xml create mode 100644 dotfiles/system/.config/JetBrains/PyCharmCE2024.1/options/other.xml create mode 100644 dotfiles/system/.config/JetBrains/PyCharmCE2024.1/options/settingsSync.xml create mode 100644 dotfiles/system/.config/JetBrains/PyCharmCE2024.1/options/updates.xml create mode 100644 dotfiles/system/.config/JetBrains/PyCharmCE2024.1/options/window.state.xml create mode 100644 dotfiles/system/.config/JetBrains/PyCharmCE2024.1/updatedBrokenPlugins.db (limited to 'dotfiles/system/.config/JetBrains') diff --git a/dotfiles/system/.config/JetBrains/PyCharmCE2024.1/app-internal-state.db b/dotfiles/system/.config/JetBrains/PyCharmCE2024.1/app-internal-state.db new file mode 100644 index 0000000..656dfd5 Binary files /dev/null and b/dotfiles/system/.config/JetBrains/PyCharmCE2024.1/app-internal-state.db differ diff --git a/dotfiles/system/.config/JetBrains/PyCharmCE2024.1/early-access-registry.txt b/dotfiles/system/.config/JetBrains/PyCharmCE2024.1/early-access-registry.txt new file mode 100644 index 0000000..644afaf --- /dev/null +++ b/dotfiles/system/.config/JetBrains/PyCharmCE2024.1/early-access-registry.txt @@ -0,0 +1,2 @@ +ide.experimental.ui +true diff --git a/dotfiles/system/.config/JetBrains/PyCharmCE2024.1/options/colors.scheme.xml b/dotfiles/system/.config/JetBrains/PyCharmCE2024.1/options/colors.scheme.xml new file mode 100644 index 0000000..19c4baa --- /dev/null +++ b/dotfiles/system/.config/JetBrains/PyCharmCE2024.1/options/colors.scheme.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/dotfiles/system/.config/JetBrains/PyCharmCE2024.1/options/console-font.xml b/dotfiles/system/.config/JetBrains/PyCharmCE2024.1/options/console-font.xml new file mode 100644 index 0000000..2c67ad2 --- /dev/null +++ b/dotfiles/system/.config/JetBrains/PyCharmCE2024.1/options/console-font.xml @@ -0,0 +1,5 @@ + + + + \ No newline at end of file diff --git a/dotfiles/system/.config/JetBrains/PyCharmCE2024.1/options/editor-font.xml b/dotfiles/system/.config/JetBrains/PyCharmCE2024.1/options/editor-font.xml new file mode 100644 index 0000000..f03edf7 --- /dev/null +++ b/dotfiles/system/.config/JetBrains/PyCharmCE2024.1/options/editor-font.xml @@ -0,0 +1,8 @@ + + + + \ No newline at end of file diff --git a/dotfiles/system/.config/JetBrains/PyCharmCE2024.1/options/editor.xml b/dotfiles/system/.config/JetBrains/PyCharmCE2024.1/options/editor.xml new file mode 100644 index 0000000..b43f2d4 --- /dev/null +++ b/dotfiles/system/.config/JetBrains/PyCharmCE2024.1/options/editor.xml @@ -0,0 +1,6 @@ + + + + \ No newline at end of file diff --git a/dotfiles/system/.config/JetBrains/PyCharmCE2024.1/options/features.usage.statistics.xml b/dotfiles/system/.config/JetBrains/PyCharmCE2024.1/options/features.usage.statistics.xml new file mode 100644 index 0000000..ac11abf --- /dev/null +++ b/dotfiles/system/.config/JetBrains/PyCharmCE2024.1/options/features.usage.statistics.xml @@ -0,0 +1,97 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/dotfiles/system/.config/JetBrains/PyCharmCE2024.1/options/filetypes.xml b/dotfiles/system/.config/JetBrains/PyCharmCE2024.1/options/filetypes.xml new file mode 100644 index 0000000..099baf9 --- /dev/null +++ b/dotfiles/system/.config/JetBrains/PyCharmCE2024.1/options/filetypes.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/dotfiles/system/.config/JetBrains/PyCharmCE2024.1/options/ide-features-trainer.xml b/dotfiles/system/.config/JetBrains/PyCharmCE2024.1/options/ide-features-trainer.xml new file mode 100644 index 0000000..54b8902 --- /dev/null +++ b/dotfiles/system/.config/JetBrains/PyCharmCE2024.1/options/ide-features-trainer.xml @@ -0,0 +1,9 @@ + + + + + \ No newline at end of file diff --git a/dotfiles/system/.config/JetBrains/PyCharmCE2024.1/options/ide.general.xml b/dotfiles/system/.config/JetBrains/PyCharmCE2024.1/options/ide.general.xml new file mode 100644 index 0000000..1df1fe5 --- /dev/null +++ b/dotfiles/system/.config/JetBrains/PyCharmCE2024.1/options/ide.general.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/dotfiles/system/.config/JetBrains/PyCharmCE2024.1/options/log-categories.xml b/dotfiles/system/.config/JetBrains/PyCharmCE2024.1/options/log-categories.xml new file mode 100644 index 0000000..3ff0f01 --- /dev/null +++ b/dotfiles/system/.config/JetBrains/PyCharmCE2024.1/options/log-categories.xml @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/dotfiles/system/.config/JetBrains/PyCharmCE2024.1/options/other.xml b/dotfiles/system/.config/JetBrains/PyCharmCE2024.1/options/other.xml new file mode 100644 index 0000000..76bc172 --- /dev/null +++ b/dotfiles/system/.config/JetBrains/PyCharmCE2024.1/options/other.xml @@ -0,0 +1,36 @@ + + + + + + + \ No newline at end of file diff --git a/dotfiles/system/.config/JetBrains/PyCharmCE2024.1/options/settingsSync.xml b/dotfiles/system/.config/JetBrains/PyCharmCE2024.1/options/settingsSync.xml new file mode 100644 index 0000000..6c9eb82 --- /dev/null +++ b/dotfiles/system/.config/JetBrains/PyCharmCE2024.1/options/settingsSync.xml @@ -0,0 +1,5 @@ + + + + \ No newline at end of file diff --git a/dotfiles/system/.config/JetBrains/PyCharmCE2024.1/options/updates.xml b/dotfiles/system/.config/JetBrains/PyCharmCE2024.1/options/updates.xml new file mode 100644 index 0000000..089dbf6 --- /dev/null +++ b/dotfiles/system/.config/JetBrains/PyCharmCE2024.1/options/updates.xml @@ -0,0 +1,6 @@ + + + + \ No newline at end of file diff --git a/dotfiles/system/.config/JetBrains/PyCharmCE2024.1/options/window.state.xml b/dotfiles/system/.config/JetBrains/PyCharmCE2024.1/options/window.state.xml new file mode 100644 index 0000000..078d8f1 --- /dev/null +++ b/dotfiles/system/.config/JetBrains/PyCharmCE2024.1/options/window.state.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/dotfiles/system/.config/JetBrains/PyCharmCE2024.1/updatedBrokenPlugins.db b/dotfiles/system/.config/JetBrains/PyCharmCE2024.1/updatedBrokenPlugins.db new file mode 100644 index 0000000..63a47f8 Binary files /dev/null and b/dotfiles/system/.config/JetBrains/PyCharmCE2024.1/updatedBrokenPlugins.db differ -- cgit v1.2.3