Skip to content

Commit ed8dc7d

Browse files
authored
fix: remove duplicate graphql card (nsdonato#129)
1 parent 2fa1a03 commit ed8dc7d

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

db/extensions/vscode.ts

-15
Original file line numberDiff line numberDiff line change
@@ -1052,21 +1052,6 @@ const vscode: DocPage = {
10521052
},
10531053
],
10541054
},
1055-
{
1056-
imgPlaceholder: 'GraphQL',
1057-
titleCard: '',
1058-
cover: {
1059-
src: '',
1060-
height: 50,
1061-
width: 50,
1062-
},
1063-
links: [
1064-
{
1065-
type: LinkType.Marketplace,
1066-
url: 'https://marketplace.visualstudio.com/items?itemName=mquandalle.graphql',
1067-
},
1068-
],
1069-
},
10701055
{
10711056
imgPlaceholder: 'Lit Plugin',
10721057
titleCard: '',

0 commit comments

Comments
 (0)