Windsurf Extension Development & Events Overview Windsurf is built on VS Code and supports the full VS Code Extension API. Build custom extensions to track workspace events, integrate with external tools, and extend Cascade's capabilities. This skill covers extension development specific to the Windsurf environment. Prerequisites - Node.js 18+ and npm - VS Code Extension API familiarity - and for scaffolding - Windsurf IDE for testing Instructions Step 1: Scaffold Extension Step 2: Track Workspace Events Step 3: Send Events to External System Step 4: Extension package.json Step 5: Build and I…