Adoptable Cookbooks List

Looking for a cookbook to adopt? You can now see a list of cookbooks available for adoption!
List of Adoptable Cookbooks

Supermarket Belongs to the Community

Supermarket belongs to the community. While Chef has the responsibility to keep it running and be stewards of its functionality, what it does and how it works is driven by the community. The chef/supermarket repository will continue to be where development of the Supermarket application takes place. Come be part of shaping the direction of Supermarket by opening issues and pull requests or by joining us on the Chef Mailing List.

Select Badges

Select Supported Platforms

Select Status

RSS

sc_vscode (19) Versions 1.0.0

Installs and manages Visual Studio Code Extensions

Policyfile
Berkshelf
Knife
cookbook 'sc_vscode', '= 1.0.0', :supermarket
cookbook 'sc_vscode', '= 1.0.0'
knife supermarket install sc_vscode
knife supermarket download sc_vscode
README
Dependencies
Changelog
Quality 83%

vscode

Provides a set of resources to aid in the installation and management of vscode extensions

Requirements

  • Linux

Chef

  • Chef 13 +

Resources

sc_vscode_extension

Installs or uninstalls an extension for a user. Extensions are user specific

Actions

  • :install - installs/upgrades the extension
  • :uninstall - Removes the extension from vscode

Properties

  • extension_name - (Required) name attribute, String, The name of the extension you wish to install/uninstall
  • user - (Required) String, The name of the user who you wish to install the extension for
  • home_dir - (Optional) String, The location of the home dir for the user, if not in /home/user or C:\users\user

sc_vscode_installer

Installs or uninstalls visual studio code

Actions

  • :install - installs visual studio code and any required repositories
  • :uninstall - uninstalls visual studio code and any required repositories

vscode CHANGELOG

This file is used to list changes made in each version of the git_checkout cookbook.

1.0.0

  • Added extension management
    • Can install extensions
    • Can upgrade extensions
    • Can uninstall extensions
  • Added installation management
    • Can install vscode and related repository
    • Can uninstall vscode and related repository
  • Added initial support for Linux

Collaborator Number Metric
            

1.0.0 passed this metric

Contributing File Metric
            

1.0.0 passed this metric

Foodcritic Metric
            

1.0.0 passed this metric

No Binaries Metric
            

1.0.0 passed this metric

Testing File Metric
            

1.0.0 failed this metric

Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a TESTING.md file

Version Tag Metric
            

1.0.0 passed this metric