mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-13 17:22:15 -05:00
* initial * cleanup * Add typings ref * fix compile * remove unused * add missing * another unused * Use newer vscodetestcover * newer dataprotocol * format * cleanup ignores * fix out path * fix entry point * more cleanup * Move into src folder * Handle service client log messages * remove unused
11 lines
660 B
JSON
11 lines
660 B
JSON
{
|
|
"config.logDebugInfo": "Enable/disable logging debug information to the developer console.",
|
|
"config.proseParsingMaxLines": "Number of lines to read from a file to run PROSE parsing on.",
|
|
"config.extensionDescription": "Support for Data Virtualization in SQL Server, including wizards for creating an External Table from an External Data Source or CSV files.",
|
|
"title.datavirtualization": "Data Virtualization",
|
|
"title.openVirtualizeDataWizard": "Virtualize Data",
|
|
"title.openMssqlHdfsTableWizard": "Virtualize Data From CSV Files",
|
|
"title.tasks": "Tasks",
|
|
"description.datavirtualization": "Support for Data Virtualization features in SQL Server"
|
|
}
|