Visual Studio Code Features Agents Docs Documentation API FAQ Release Notes Blog Learn Events Resources Extensions MCP Download Search Download 4 0 4 Looks like this page went on a coffee break The page you're looking for doesn't exist, may have been moved, or is temporarily unavailable. Go to Homepage Browse Docs page_not_found.ts 1 async function findPage(url: string) { 2 try { 3 const page = await fetch(url); 4 return page; 5 } catch { 6 // Oops! Page not found 🤷 7 return null; 8 } 9 } Helpful Links Download VS Code Get the editor for Windows, macOS, or Linux Getting Started Learn the basics and boost your productivity Release Notes See what's new in the latest version