From 63e1c18d6446eb2fdefa90dfd1a27dfc62ddc00d Mon Sep 17 00:00:00 2001 From: Spencer Bryngelson Date: Tue, 18 Aug 2026 12:06:18 -0400 Subject: [PATCH] ci(lychee): exclude the VS Code Marketplace, it returns 503 to automated requests --- .lychee.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/.lychee.toml b/.lychee.toml index 54db9a7e70..f703aa73cb 100644 --- a/.lychee.toml +++ b/.lychee.toml @@ -32,4 +32,5 @@ exclude = [ "https://apps\\.microsoft\\.com/store/detail/", # Microsoft Store detail pages return 403 to automated requests "https://code\\.visualstudio\\.com/?$", # Root page returns 403 to automated requests "https://stackoverflow\\.com", # Returns 403 to automated requests + "https://marketplace\\.visualstudio\\.com", # Returns 503 to automated requests ]