2. To reveal the available commands, you have several options:
Click on the cloud icon in the Status Bar
Use the tree view in the Activity Bar
Invoke the commands from the Command Palette
Whatever option you choose, the status bar icon will be highlighted while Development Mode is on (unless disabled in the settings).
The color depends on your theme's statusBarItem.warningBackground.
Extension Settings
This extension contributes the following settings:
cloudflareDevTools.api.key: Your Cloudflare Global API Key .
cloudflareDevTools.api.email: Email address associated with your account.
cloudflareDevTools.api.zoneID: Your zone ID, found in the Overview of your domain in your Cloudflare account.
cloudflareDevTools.cache.purgeAutomatically: Purge Cloudflare's cache automatically after turning on `Development Mode.
cloudflareDevTools.developmentModeStatus.enable: Sends periodic requests to the API to check whether Development Mode is On or Off. (Recommended - will update the cloud icon's appearance in the status bar depending on Dev. Mode's status)."
cloudflareDevTools.developmentModeStatus.interval: How often (in seconds) to ping the API, to check whether Development Mode is On or Off. cloudflareDevTools.developmentModeStatus.enable needs to be true.