<!-- ⚠️⚠️ Do Not Delete This! feature_request_template ⚠️⚠️ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- Please search existing issues to avoid creating duplicates. --> <!-- Describe the feature you'd like. --> I would like VSCode to support the `device_code` grant-type for when OAuth fails, or if it is the only provided option. At the moment this configuration: ``` [0] grant_types: [ 'urn:ietf:params:oauth:grant-type:device_code' ], ``` Still attempts to open the browser:  @coyotte508