Skip to content

Commit

Permalink
chore: order setting alphabetically
Browse files Browse the repository at this point in the history
  • Loading branch information
ganeshrn committed Sep 29, 2021
1 parent 0566682 commit 1a32570
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,18 +60,18 @@
"default": false,
"description": "Always use fully qualified collection names (FQCN) when inserting a module name. Disabling it will only use FQCNs when necessary."
},
"ansible.ansibleLint.enabled": {
"scope": "resource",
"type": "boolean",
"default": true,
"description": "Enable linting with ansible-lint on document open/save."
},
"ansible.ansibleLint.arguments": {
"scope": "resource",
"type": "string",
"default": "",
"description": "Command line arguments to be passed to ansible-lint."
},
"ansible.ansibleLint.enabled": {
"scope": "resource",
"type": "boolean",
"default": true,
"description": "Enable linting with ansible-lint on document open/save."
},
"ansible.ansibleLint.path": {
"scope": "resource",
"type": "string",
Expand Down Expand Up @@ -131,17 +131,17 @@
"default": "missing",
"description": "Specify the image pull policy.\nalways: Always pull the image when extension is activated or reloaded\nmissing: Pull if not locally available\nnever: Never pull the image\ntag: If the image tag is 'latest', always pull the image, otherwise pull if not locally available"
},
"ansible.python.interpreterPath": {
"ansible.python.activationScript": {
"scope": "resource",
"type": "string",
"default": "",
"description": "Path to the Python interpreter executable. Particularly important if you are using a Python virtual environment. Leave blank to use Python from PATH."
"description": "Path to the virtual environment activation script. Use only if you have a custom activation script. It will be sourced using bash before executing Ansible commands. If set, the Interpreter Path setting is ignored."
},
"ansible.python.activationScript": {
"ansible.python.interpreterPath": {
"scope": "resource",
"type": "string",
"default": "",
"description": "Path to the virtual environment activation script. Use only if you have a custom activation script. It will be sourced using bash before executing Ansible commands. If set, the Interpreter Path setting is ignored."
"description": "Path to the Python interpreter executable. Particularly important if you are using a Python virtual environment. Leave blank to use Python from PATH."
}
}
},
Expand Down

0 comments on commit 1a32570

Please sign in to comment.