Mirror: TypeScript LSP plugin that finds GraphQL documents in your code and provides diagnostics, auto-complete and hover-information.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

correct repo

+2 -2
+2 -2
scripts/changelog.js
··· 3 3 4 4 config(); 5 5 6 - const REPO = '0no-co/wonka'; 6 + const REPO = '0no-co/GraphQLSP'; 7 7 const SEE_LINE = /^See:\s*(.*)/i; 8 8 const TRAILING_CHAR = /[.;:]$/g; 9 9 const listFormatter = new Intl.ListFormat('en-US'); ··· 122 122 module.exports = { 123 123 ...changelogFunctions, 124 124 default: changelogFunctions, 125 - }; 125 + };