From 30946c7f7d7bcec27f460045d68d9981f7770ae0 Mon Sep 17 00:00:00 2001 From: XOLOTL83 <131596325+XOLOTL83@users.noreply.github.com> Date: Sat, 13 May 2023 14:51:51 -0600 Subject: [PATCH 1/2] Create README.md --- README.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 000000000000..24fe33c594f6 --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +# platform_system_core From 05af65ae492aa3cfa4cdbda847a811a9908be107 Mon Sep 17 00:00:00 2001 From: XOLOTL83 <131596325+XOLOTL83@users.noreply.github.com> Date: Fri, 8 Dec 2023 07:54:34 -0600 Subject: [PATCH 2/2] Create settings.json --- .vscode/settings.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 000000000000..65d939f9dd56 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,11 @@ +{ + "python.testing.unittestArgs": [ + "-v", + "-s", + ".", + "-p", + "*test.py" + ], + "python.testing.pytestEnabled": false, + "python.testing.unittestEnabled": true +} \ No newline at end of file