-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
getToken to separate module;Tasks process is async
- Loading branch information
1 parent
33222cc
commit bfdeb5a
Showing
3 changed files
with
346 additions
and
376 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
Oops, something went wrong.
bfdeb5a
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removed the dependence of
EETasksPanel.ts
on external curl by using the native https module, so the flow needs to be asynchronous. Still need to update some of this inextension.ts
. For the gcloud-based process, it still requires the external (python-based) gcloud cli, but now uses child_process exec instead of execSync.