Skip to content

Commit

Permalink
update cosmiconfig, mjs config support, reloading bugfix (#149)
Browse files Browse the repository at this point in the history
* update cosmiconfig, mjs config support

* Update src/language-server/workspace.ts

Co-authored-by: Jerel Miller <[email protected]>

---------

Co-authored-by: Jerel Miller <[email protected]>
  • Loading branch information
phryneas and jerelmiller authored Jul 26, 2024
1 parent 0426cb6 commit a8fe79f
Show file tree
Hide file tree
Showing 11 changed files with 184 additions and 10,730 deletions.
5 changes: 5 additions & 0 deletions .changeset/angry-years-film.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"vscode-apollo": minor
---

Add support for `apollo.config.mjs`.
5 changes: 5 additions & 0 deletions .changeset/big-hats-float.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"vscode-apollo": patch
---

Fixed a bug where changes in `apollo.config.ts` or `apollo.config.cjs` would require a manual extension reload.
8 changes: 8 additions & 0 deletions .changeset/poor-spies-wave.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
"vscode-apollo": minor
---

Modernization:

- update `cosmiconfig`
- drop now-obsolete `@endemolshinegroup/cosmiconfig-typescript-loader`
Loading

0 comments on commit a8fe79f

Please sign in to comment.