We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cdbfe2 commit c8ac8a8Copy full SHA for c8ac8a8
1 file changed
lychee.toml
@@ -10,8 +10,10 @@ timeout = 30
10
# Max concurrent requests
11
max_concurrency = 4
12
13
-# Exclude store URLs that return 404 until first publish
+# Exclude URLs that return 404 until first publish.
14
+# Remove these exclusions after the first successful release.
15
exclude = [
16
"https://marketplace.visualstudio.com/items\\?itemName=patchloom\\.patchloom",
17
"https://open-vsx.org/extension/patchloom/patchloom",
18
+ "https://github.com/patchloom/patchloom-vscode/compare/patchloom-v",
19
]
0 commit comments