# FRC VS Code 程控入門
###### tags: `FRC`
## Upload code to robot:
1. Turn on Roborio and plug in the Wi-Fi device
2. Connect to Wi-Fi: 7497_Maraho
3. Shift + F5
4. Ctrl + shift + P and search for riolog
5. Plug JoyStick into the computer
6. PlayStation (screen): Enable
## Solutions
|condition| solution|
|--|--|
|Debug, Run, and Upload|Shift+F5|
|要import的東西|寫在classpath XML形式|
|相對路徑被當作bug|改用絕對路徑|
|除錯結果|每一次可能不一樣,problems要在開很久之後才會顯示|
|始終找不到檔案存放與呼叫相關bug|重新開機|
|file browser and opener|ctrl+shift+p |
|解決當行物件導向bug的可能方法|press 💡|
|FRC的技術問答網站|Chiefdelphi|