Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -14,10 +14,10 @@ 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
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)
Expand Down