From 4fbea6c4d9729c4acbefc0f216b80884c3c55a72 Mon Sep 17 00:00:00 2001 From: Krystof Woldrich <31292499+krystofwoldrich@users.noreply.github.com> Date: Fri, 19 Apr 2024 18:44:35 +0200 Subject: [PATCH 1/2] fix(sample): Remove duplicate ruby version constrain in RN sample (#3759) --- samples/react-native/.ruby-version | 1 - 1 file changed, 1 deletion(-) delete mode 100644 samples/react-native/.ruby-version diff --git a/samples/react-native/.ruby-version b/samples/react-native/.ruby-version deleted file mode 100644 index be94e6f53d..0000000000 --- a/samples/react-native/.ruby-version +++ /dev/null @@ -1 +0,0 @@ -3.2.2 From aaecd92c8a2a149114c69695192c6b89bd740a4a Mon Sep 17 00:00:00 2001 From: Krystof Woldrich <31292499+krystofwoldrich@users.noreply.github.com> Date: Fri, 19 Apr 2024 18:45:01 +0200 Subject: [PATCH 2/2] misc: Update VSC settings fixAll option changes (#3760) --- .vscode/settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 70e541174d..3c832d1095 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -14,7 +14,7 @@ }, "typescript.tsdk": "./node_modules/typescript/lib", "editor.codeActionsOnSave": { - "source.fixAll": true + "source.fixAll": "explicit" }, "[json]": { "editor.formatOnType": false,