Order food from Grubhub directly through VS Code's Copilot Chat interface! This extension allows you to browse restaurants, add items to cart, and complete orders without leaving your development environment.
Features
List your favorite restaurants
Browse restaurant menus
Add items to cart
Update delivery information
View bill details
Complete checkout
Manage multiple carts
Setup
Install the extension from the VS Code marketplace
Configure the required settings:
Required Settings
grubhub.bearerToken: Your Grubhub API Bearer Token
To get this token:
Log into Grubhub in your browser
Open Developer Tools (F12)
Go to Network tab
Look for requests to https://api-gtm.grubhub.com/
Find the "Authorization" header value (starts with "Bearer")
Note: This token expires every few hours and will need to be updated