Add retry action to JSON status bar icon

This commit is contained in:
Literallie
2018-10-11 00:27:58 +02:00
parent 7814f38222
commit fe4ce0b9d4
2 changed files with 22 additions and 6 deletions

View File

@@ -9,5 +9,6 @@
"json.format.enable.desc": "Enable/disable default JSON formatter",
"json.tracing.desc": "Traces the communication between VS Code 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.colorDecorators.enable.deprecationMessage": "The setting `json.colorDecorators.enable` has been deprecated in favor of `editor.colorDecorators`.",
"json.clickToRetry": "Click to retry."
}