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.

Use latest npm

+3
+3
.github/workflows/release.yaml
··· 49 49 - name: Install Dependencies 50 50 run: pnpm install --frozen-lockfile --prefer-offline 51 51 52 + - name: Update npm 53 + run: npm install -g npm@11.6.2 54 + 52 55 - name: PR or Publish 53 56 id: changesets 54 57 uses: changesets/action@v1.5.3