Skip to content
This repository has been archived by the owner on Oct 9, 2024. It is now read-only.

Commit

Permalink
update development doc link
Browse files Browse the repository at this point in the history
  • Loading branch information
ganeshrn committed Oct 18, 2021
1 parent 3d3ab8c commit 9e91efa
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
15 changes: 9 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,19 +110,22 @@ The following settings are supported.
`docker`. For `auto` it will look for `podman` then `docker`.
* `ansible.executionEnvironment.enabled`: Enable or disable the use of an
execution environment.
* `ansible.executionEnvironment.image`: Specify the name of the execution environment image.
* `ansible.executionEnvironment.pullPolicy`: Specify the image pull policy. Valid values are `always`,
`missing`, `never` and `tag`. Setting `always` will always pull the image when extension is activated or reloaded.
Setting `missing` will pull if not locally available. Setting `never` will never pull the image and setting
tag will always pull if the image tag is 'latest', otherwise pull if not locally available.
* `ansible.executionEnvironment.image`: Specify the name of the execution
environment image.
* `ansible.executionEnvironment.pullPolicy`: Specify the image pull policy.
Valid values are `always`,
`missing`, `never` and `tag`. Setting `always` will always pull the image
when extension is activated or reloaded.
Setting `missing` will pull if not locally available. Setting `never` will
never pull the image and setting tag will always pull if the image tag is
'latest', otherwise pull if not locally available.
* `ansible.python.interpreterPath`: Path to the `python`/`python3` executable.
This setting may be used to make the extension work with `ansible` and
`ansible-lint` installations in a Python virtual environment.
* `ansible.python.activationScript`: Path to a custom `activate` script, which
will be used instead of the setting above to run in a Python virtual
environment.


## Developer support

For details on setting up development environment and debugging [refer](doc/development.md)
Expand Down
4 changes: 2 additions & 2 deletions doc/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Setting up development environment

A demo of the setup can be found [on youtube](https://youtu.be/LsvWsX7Mbo8).

It is recommended to work on the forked copy of this repository from your github account to raise pull requests.

```code
Expand Down Expand Up @@ -53,8 +55,6 @@ npm run compile:withserver
}
```

A demo of the setup can be found [on youtube](https://youtu.be/LsvWsX7Mbo8).

## Cleaning the output

If you hit an odd compilation or debugger problem, don't hesitate to clean the
Expand Down

0 comments on commit 9e91efa

Please sign in to comment.