-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update cosmiconfig, mjs config support, reloading bugfix (#149)
* 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
1 parent
0426cb6
commit a8fe79f
Showing
11 changed files
with
184 additions
and
10,730 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"vscode-apollo": minor | ||
--- | ||
|
||
Add support for `apollo.config.mjs`. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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` |
Oops, something went wrong.