From 037bd3bb71e46a79b53efbb8cd2abb5c942934ee Mon Sep 17 00:00:00 2001 From: Gary Miguel Date: Fri, 26 Apr 2024 07:09:57 -0700 Subject: [PATCH] Fix setting IDs in README.md (#1219) Should have been done in https://github.com/ansible/vscode-ansible/pull/961. Not sure if there's a way to have the documentation automatically generated from the package.json, but that seems worth looking into. --- docs/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/README.md b/docs/README.md index 80a819ddd..9229759ad 100644 --- a/docs/README.md +++ b/docs/README.md @@ -178,10 +178,10 @@ any level (User, Remote, Workspace and/or Folder). qualified collection names (FQCN) when inserting a module name. Disabling it will only use FQCNs when necessary, that is when the collection isn't configured for the task. -- `ansible.ansibleLint.arguments`: Optional command line arguments to be +- `ansible.validation.lint.arguments`: Optional command line arguments to be appended to `ansible-lint` invocation. See `ansible-lint` documentation. -- `ansible.ansibleLint.enabled`: Enables/disables use of `ansible-lint`. -- `ansible.ansibleLint.path`: Path to the `ansible-lint` executable. +- `ansible.validation.lint.enabled`: Enables/disables use of `ansible-lint`. +- `ansible.validation.lint.path`: Path to the `ansible-lint` executable. - `ansible.ansibleNavigator.path`: Path to the `ansible-navigator` executable. - `ansible.executionEnvironment.containerEngine`: The container engine to be used while running with execution environment. Valid values are `auto`,