Update settings/descriptions to use ADS product name (#7425)

* Update settings to use ADS product name

* Fix JSON comment break
This commit is contained in:
Charles Gagnon
2019-10-02 09:04:09 -07:00
committed by GitHub
parent 60a244888d
commit b5c249c25d
4 changed files with 9 additions and 9 deletions

View File

@@ -7,7 +7,7 @@
"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",
"json.tracing.desc": "Traces the communication between VS Code and the JSON language server.",
"json.tracing.desc": "Traces the communication between Azure Data Studio and the JSON language server.",
"json.colorDecorators.enable.desc": "Enables or disables color decorators",
"json.colorDecorators.enable.deprecationMessage": "The setting `json.colorDecorators.enable` has been deprecated in favor of `editor.colorDecorators`.",
"json.schemaResolutionErrorMessage": "Unable to resolve schema.",