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/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 ++ 13 files changed, 198 insertions(+) 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 (limited to 'dotfiles/system/.config/JetBrains/PyCharmCE2024.1/options') 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 -- cgit v1.2.3