https://github.com/alphahydrae/ansible-vscode
Ansible role that installs Visual Studio Code with extensions
https://github.com/alphahydrae/ansible-vscode
Last synced: 4 months ago
JSON representation
Ansible role that installs Visual Studio Code with extensions
- Host: GitHub
- URL: https://github.com/alphahydrae/ansible-vscode
- Owner: AlphaHydrae
- License: mit
- Created: 2019-05-25T16:37:12.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-09-27T18:50:18.000Z (almost 6 years ago)
- Last Synced: 2025-01-19T22:15:24.191Z (over 1 year ago)
- Size: 10.7 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Ansible Visual Studio Code
An ansible role that installs [Visual Studio Code](https://code.visualstudio.com/).
List extensions with `code --list-extensions`.
## Configuration
Variable | Description | Default value
:--- | :--- | :---
`vscode_extensions` | List of extensions to install. | `[]`
`vscode_extensions_file` | File from which to read the extensions to install (one by line) if `vscode_extensions` is empty. |
`vscode_homebrew_user` | Homebrew user to install Visual Studio Code with. | The value of the `homebrew_user` or `user` variable.
`vscode_macos_key_repeat` | Whether to enable key repeat on macOS. | `true` (will apply configuration only on macOS).