From 127a48bcaa26bd7a4338d8e1d8c4263246c2fb5b Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Mon, 1 Apr 2024 08:47:17 +0100 Subject: [PATCH] Brewfile: add new VSCode extensions. --- Brewfile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Brewfile b/Brewfile index 2825c7e..2d01b6f 100644 --- a/Brewfile +++ b/Brewfile @@ -160,12 +160,14 @@ vscode "anykeyh.simplecov-vscode" vscode "ban.spellright" vscode "bradlc.vscode-tailwindcss" vscode "davidanson.vscode-markdownlint" +vscode "davidbwaters.macos-modern-theme" +vscode "dbaeumer.vscode-eslint" vscode "eamodio.gitlens" vscode "editorconfig.editorconfig" vscode "foxundermoon.shell-format" vscode "github.codespaces" vscode "github.copilot" -vscode "github.copilot-labs" +vscode "github.copilot-chat" vscode "github.vscode-github-actions" vscode "github.vscode-pull-request-github" vscode "golang.go" @@ -180,6 +182,9 @@ vscode "ms-azuretools.vscode-docker" vscode "ms-vscode-remote.remote-containers" vscode "ms-vscode-remote.remote-wsl" vscode "ms-vscode-remote.vscode-remote-extensionpack" +vscode "ms-vscode.makefile-tools" +vscode "msyrus.go-doc" +vscode "phind.phind" vscode "redhat.vscode-commons" vscode "redhat.vscode-yaml" vscode "shopify.ruby-lsp"