mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Add enable logs setting for Flat File Import (#7342)
* Add config for enabling Flat File Import logging * Move logs to default log location for extensions * Add localized strings
This commit is contained in:
@@ -50,6 +50,17 @@
|
||||
"group": "import"
|
||||
}
|
||||
]
|
||||
},
|
||||
"configuration":{
|
||||
"type": "object",
|
||||
"title": "%flatfileimport.configuration.title%",
|
||||
"properties": {
|
||||
"flatFileImport.logDebugInfo": {
|
||||
"type": "boolean",
|
||||
"default": false,
|
||||
"description": "%flatfileimport.logDebugInfo%"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"dependencies": {
|
||||
|
||||
Reference in New Issue
Block a user