mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
Add debug config option to azdata extension (#11999)
This commit is contained in:
@@ -19,6 +19,19 @@
|
||||
"url": "https://github.com/Microsoft/azuredatastudio.git"
|
||||
},
|
||||
"main": "./out/extension",
|
||||
"contributes": {
|
||||
"configuration": {
|
||||
"type": "object",
|
||||
"title": "%azdata.config.title%",
|
||||
"properties": {
|
||||
"azdata.logDebugInfo": {
|
||||
"type": "boolean",
|
||||
"default": false,
|
||||
"description": "%azdata.config.debug%"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"dependencies": {
|
||||
"request": "^2.88.2",
|
||||
"semver": "^7.3.2",
|
||||
|
||||
Reference in New Issue
Block a user