-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Now we're using `oxc_allocator` for storing messages. This let's us store messages more easily and idiomatically
- Loading branch information
1 parent
9aeb004
commit a04b1a2
Showing
6 changed files
with
64 additions
and
55 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 |
---|---|---|
|
@@ -18,3 +18,4 @@ rand = "0.8.5" | |
futures = "0.3.30" | ||
homedir = "0.2.1" | ||
repair_json = "0.1.0" | ||
oxc_allocator = "0.7.0" |
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
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
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
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
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
pub const DEVICE_CODE_LOGIN_URL: &str = "https://github.com/login/device/code"; | ||
pub const DEVICE_CODE_TOKEN_CHECK_URL: &str = "https://github.com/login/oauth/access_token"; | ||
pub const GH_AUTH_TOKEN_URL: &str = "https://api.github.com/user"; | ||
pub const GH_COPILOT_INTERNAL_AUTH_URL: &str = "https://api.github.com/copilot_internal/v2/token"; | ||
pub const GH_COPILOT_INTERNAL_AUTH_URL: &str = "https://api.github.com/copilot_internal/v2/token"; |