mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-03-18 19:11:36 -04:00
Add device code authentication (#9097)
* Add device code authentication * Change string
This commit is contained in:
@@ -39,6 +39,11 @@
|
||||
"type": "boolean",
|
||||
"default": true,
|
||||
"description": "%config.enablePublicCloudDescription%"
|
||||
},
|
||||
"accounts.azure.enableDeviceCodeLogin": {
|
||||
"type": "boolean",
|
||||
"default": false,
|
||||
"description": "%config.enableDeviceCodeLogin%"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user