Skip to content

Latest commit

 

History

History
68 lines (50 loc) · 1.05 KB

README.md

File metadata and controls

68 lines (50 loc) · 1.05 KB

VS Code

A quick way to install VS Code using the Microsoft recommended method.

Requirements

None

Role Variables

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

vscode_install: true

To install VS Code insiders build set this to true.

vscode_insiders_install: true

Dependencies

None

Example Playbook

# role using defaults
- hosts: servers
  roles:
    - ngetchell.vscode

# role with variables
- hosts: servers
  roles:
    - role: ngetchell.vscode
      vars:
        vscode_install: true
        vscode_insiders_install: true

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

License

MIT

Author Information

Follow me on Twitter @getch3028 or at my PowerShell blog.