ngetchell.vscode

VS Code

Here’s a simple way to install VS Code using the method that Microsoft recommends.

Requirements

None needed.

Role Variables

VS Code will be installed by default. If you only want the repository and the insiders build, set this to false.

vscode_install: true

To install the VS Code insiders build, set this to true.

vscode_insiders_install: true

Dependencies

None needed.

Example Playbook

# Using the default settings
- hosts: servers
  roles:
    - ngetchell.vscode

# Using specific settings
- hosts: servers
  roles:
    - role: ngetchell.vscode
      vars:
        vscode_install: true
        vscode_insiders_install: true

# Installing with extensions
---
- hosts: localhost
  roles:
    - ngetchell.vscode
  vars:
    vscode_extension:
      - ms-python.python
      - ms-vscode.powershell
      - ms-vscode.azurecli

License

MIT License

Author Information

Follow me on Twitter @getch3028 or check out my PowerShell blog.

Informazioni sul progetto

Install VS Code

Installa
ansible-galaxy install ngetchell.vscode
Licenza
Unknown
Download
21.7k
Proprietario