Skip to content

Commit

Permalink
Merge pull request #186 from apollographql/fix-entities-completion-pr…
Browse files Browse the repository at this point in the history
…ovider

Fix entities completion provider
  • Loading branch information
michael-watson authored Apr 19, 2024
2 parents fdf850c + fc4329f commit 30f7fb0
Show file tree
Hide file tree
Showing 10 changed files with 353 additions and 1,028 deletions.
9 changes: 9 additions & 0 deletions .vscodeignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,15 @@ apollo.config.js
.vscode
.github
.gitignore
docs
images

.vscode
node_modules
src/
tsconfig.json
webpack.config.js


apollo.config.js
node_modules/**/LICENSE*
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

- Add changelog GitHub Action to ensure a changelog entry is there for every PR
- Fix error locations for `INVALID_GRAPHQL` errors. Workebnch now tries to rebuild the source schema from the error and then uses the `error.nodes.location` for the VS Code diagnostic.
- Fix a small edge case where a user could use a completion action to add Apollo Federation directives that updates the wrong editor. The correct schema is now displayed to the user and then updated.
- Fix relative path references for files and operation viewer
- When custom mocks fail to load, the error is now printed to the Apollo Workbench Output panel

## Apollo Workbench VSCode 3.3.10

Expand Down
Loading

0 comments on commit 30f7fb0

Please sign in to comment.