mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-20 16:49:06 +01:00
have code-oss use device code flow
This commit is contained in:
@@ -7,7 +7,11 @@ import { Uri } from 'vscode';
|
||||
const VALID_DESKTOP_CALLBACK_SCHEMES = [
|
||||
'vscode',
|
||||
'vscode-insiders',
|
||||
'code-oss',
|
||||
// On Windows, some browsers don't seem to redirect back to OSS properly.
|
||||
// As a result, you get stuck in the auth flow. We exclude this from the
|
||||
// list until we can figure out a way to fix this behavior in browsers.
|
||||
// The behavior was experienced on Windows.
|
||||
// 'code-oss',
|
||||
'vscode-wsl',
|
||||
'vscode-exploration'
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user