package
0.3.4
Repository: https://github.com/jan-xyz/dotfiles.git
Documentation: pkg.go.dev

# README

vscode

import "github.com/jan-xyz/dotfiles/internal/plugins/vscode"

Package vscode allows managing vscode extensions

Index

type Plugin

Plugin holds the information to automatically install Plugin extensions.

type Plugin struct {
    Extensions []string
    Commander  dotfiles.Commander
}

func (Plugin) Add

func (v Plugin) Add(extensions []string) error

Add takes a list of extensions for installation.

func (Plugin) GetMissingPackages

func (v Plugin) GetMissingPackages() ([]string, error)

GetMissingPackages returns a list of VSCode extensions which are configured but not installed.

func (Plugin) Update

func (v Plugin) Update() error

Update is not implemented.

Generated by gomarkdoc

# Structs

Plugin holds the information to automatically install Plugin extensions.