Ver código fonte

Clarifies settings language

main
Eric Amodio 1 ano atrás
pai
commit
b4492ee4b7
1 arquivos alterados com 4 adições e 4 exclusões
  1. +4
    -4
      package.json

+ 4
- 4
package.json Ver arquivo

@ -2686,13 +2686,13 @@
}, },
{ {
"id": "cloud-patches", "id": "cloud-patches",
"title": "Cloud Patches",
"title": "Cloud Patches (Preview)",
"order": 300, "order": 300,
"properties": { "properties": {
"gitlens.cloudPatches.enabled": { "gitlens.cloudPatches.enabled": {
"type": "boolean", "type": "boolean",
"default": false, "default": false,
"markdownDescription": "Specifies whether to enable the _Cloud Patches_ feature",
"markdownDescription": "Specifies whether to enable the preview of _Cloud Patches_, which allow you to easily and securely share code with your teammates or other developers",
"scope": "window", "scope": "window",
"order": 10 "order": 10
} }
@ -2700,7 +2700,7 @@
}, },
{ {
"id": "focus", "id": "focus",
"title": "Focus",
"title": "Focus (Preview)",
"order": 400, "order": 400,
"properties": { "properties": {
"gitlens.focus.allowMultiple": { "gitlens.focus.allowMultiple": {
@ -3148,7 +3148,7 @@
}, },
{ {
"id": "ai", "id": "ai",
"title": "AI",
"title": "AI (Experimental)",
"order": 1000, "order": 1000,
"properties": { "properties": {
"gitlens.ai.experimental.generateCommitMessage.enabled": { "gitlens.ai.experimental.generateCommitMessage.enabled": {

Carregando…
Cancelar
Salvar