Is it possible to configure this playbook to install and configure VS code?
ivan-srsen opened this issue · 6 comments
To install VSCode, you can add the next line to your config.yml at the root level of the playbook:
homebrew_cask_apps:
- visual-studio-codeAs for configuration, it is better to configure your VSCode manually and then use automatic sync via GitHub gist. All you need is to enable this function as below:

My plan is to make an installer so that company newcomers can share it. Will automatic sync work like that?
If I get what I think you mean, then you won't be able to achieve this without forking and expanding the functionality of this playbook. You can try to create an additional task where you generate settings.json for VSCode using the jinja2 template.
The VSCode sync won't work here as it is bound to a GitHub user account unless you want to use one account for all your users. It is a terrible idea if you ask me, as well as forcing your users to use the same settings in VSCode. It is much better to install VSCode on managed machines and let users figure out their settings.
Yes, I agree. I think I'll just make vscode installation along with some predefined extensions we use.
This issue has been marked 'stale' due to lack of recent activity. If there is no further activity, the issue will be closed in another 30 days. Thank you for your contribution!
Please read this blog post to see the reasons why I mark issues as stale.
This issue has been closed due to inactivity. If you feel this is in error, please reopen the issue or file a new issue with the relevant details.