Skip to content

Commit

Permalink
Update update-readme.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
jcbhmr authored Aug 16, 2023
1 parent c446872 commit 733b001
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions update-readme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ const devcontainerCollection = JSON.parse(

const featureListMD = devcontainerCollection.features
.filter((f) => f.documentationURL)
.filter((f1) => devcontainerCollection.features.every((f2) => f1 === f2 || f1.documentationURL !== f2.documentationURL))
.map((f) => `- **[${f.name}](${f.documentationURL})** - ${f.description}`)
.join("\n");

Expand Down

0 comments on commit 733b001

Please sign in to comment.