In VSCode you can open Terminal menu - New terminal and run command from root of your firmware:
./fbt COMPACT=1 DEBUG=0 flash_usb
to flash your firmware directly to your Flipper Zero
If you want compile and run your own app you can use :
./fbt COMPACT=1 DEBUG=0 launch APPSRC=applications_user/yourapp