Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for installing vscode extensions via brew #1222

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

fcjr
Copy link

@fcjr fcjr commented Dec 15, 2024

adds a vscode option to the homebrew config to enable installing vscode extensions via brew bundle.

Usage

homebrew = {
    enable = true;
    casks = [ "visual-studio-code" ];
    vscode = [
      "golang.go" # <- Installs the go extension
    ];
  };

Edit:
Just realized this closes #1027, but @ian-h-chamberlain brings up a good question, is the automatic adding of visual-studio-code the best way for this to work? or should I just omit that functionality and document that it is required to be installed or activation will fail?

@fcjr fcjr changed the title add support for installing vscode extensions via brew Add support for installing vscode extensions via brew Dec 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Option to add vscode entries in Brewfile
1 participant