You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Detects where the ui and the extension host are running
150
+
*/
149
151
exportfunctiongetExtRuntimeContext(): {
150
152
ui: ExtensionHostUI
151
153
extensionHost: ExtensionHostLocation
152
154
}{
153
155
constextensionHost=
154
-
// i found it in vscode
156
+
// taken from https://github.com/microsoft/vscode/blob/7c9e4bb23992c63f20cd86bbe7a52a3aa4bed89d/extensions/github-authentication/src/githubServer.ts#L121 to help determine which auth flows
0 commit comments