From 49d178da911fb8cb1012d31ecd464ddda1abc619 Mon Sep 17 00:00:00 2001 From: Tomatofu <99457089+tomatophu@users.noreply.github.com> Date: Wed, 17 Sep 2025 23:58:46 -0700 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 19dc492..a914c7a 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ When coding a robot for FTC, Android Studio is usually one of the only options y It is required you have the Andriod Command Line Tools installed and have the latest version of the Official JDK along with the latest FTC SDK. ## Extension Settings -There are currently no settings to edit. +- *Use ADB*: Use ADB to push code remotely to a FTCRobotController. Requires ADB to be installed on computer. ## Release Notes Please check our [CHANGELOG File](./CHANGELOG.md) From 1e933490c2d1e96da047dbe9e0d397305e37a546 Mon Sep 17 00:00:00 2001 From: Tomatofu <99457089+tomatophu@users.noreply.github.com> Date: Thu, 18 Sep 2025 00:07:55 -0700 Subject: [PATCH 2/2] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a914c7a..3d6dab0 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This extension has no official affiliation with FTC (First Tech Challenge) or FIRSTĀ®. This is a community extension originally made by FTC Team Juice 16236. All snippets and class templates originate from the [Official FTC Examples](https://github.com/FIRST-Tech-Challenge/FtcRobotController/tree/master/FtcRobotController/src/main/java/org/firstinspires/ftc/robotcontroller/external/samples). It is recommended by FIRSTĀ® that you use Android Studio. ## Our Goal -When coding a robot for FTC, Android Studio is usually one of the only options you have if you want an easy coding experience. Andriod Studio however can be clunky and hard to navigate if you are used to another IDE. No longer is that the case, FTC for VS Code is going to try to make the FTC coding experience easier and faster by using VS Code! +When coding a robot for FTC, Android Studio is usually one of the only options you have if you want an easy coding experience. Android Studio however can be clunky and hard to navigate if you are used to another IDE. No longer is that the case, FTC for VS Code is going to try to make the FTC coding experience easier and faster by using VS Code! ## Features - Single Press Build and Install @@ -14,7 +14,7 @@ When coding a robot for FTC, Android Studio is usually one of the only options y - And More Coming Soon! ## Requirements -It is required you have the Andriod Command Line Tools installed and have the latest version of the Official JDK along with the latest FTC SDK. +It is required you have the Android Command Line Tools installed and have the latest version of the Official JDK along with the latest FTC SDK. ## Extension Settings - *Use ADB*: Use ADB to push code remotely to a FTCRobotController. Requires ADB to be installed on computer.