mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-22 17:22:59 -05:00
* Added data service context menu: file related operations. All new files are ported from SqlOpsStudio. Will remove these functionality from SqlOpsStudio. * Used the existing constant hadoopKnoxEndpointName * Rename nodeType name from hdfs to bdc. So we can have file context menu in both mssql and SqlOpsStudio. Need to add "Create External Table from CSV" support for bdc nodeType * Rename bdc to mssqlcluster
14 lines
904 B
JSON
14 lines
904 B
JSON
{
|
|
"json.schemas.desc": "Associate schemas to JSON files in the current project",
|
|
"json.schemas.url.desc": "A URL to a schema or a relative path to a schema in the current directory",
|
|
"json.schemas.fileMatch.desc": "An array of file patterns to match against when resolving JSON files to schemas.",
|
|
"json.schemas.fileMatch.item.desc": "A file pattern that can contain '*' to match against when resolving JSON files to schemas.",
|
|
"json.schemas.schema.desc": "The schema definition for the given URL. The schema only needs to be provided to avoid accesses to the schema URL.",
|
|
"json.format.enable.desc": "Enable/disable default JSON formatter (requires restart)",
|
|
"mssqlCluster.uploadFiles": "Upload files",
|
|
"mssqlCluster.mkdir": "New directory",
|
|
"mssqlCluster.deleteFiles": "Delete",
|
|
"mssqlCluster.previewFile": "Preview",
|
|
"mssqlCluster.saveFile": "Save",
|
|
"mssqlCluster.copyPath": "Copy Path"
|
|
} |