# This brewfile ensures will install the required VSCode plugins. This requires
# brew to be installed locally. To install, execute the following command from
# the root of the project.
#
# ```
# brew bundle --no-lock
# ```

# Support for editorconfig
vscode "editorconfig.editorconfig"

# Python linting, formatting, and debugging
vscode "ms-python.python"
vscode "ms-python.debugpy"
vscode "charliermarsh.ruff"

# TOML linting and formatting
vscode "tamasfe.even-better-toml"

# YAML linting and formatting
vscode "redhat.vscode-yaml"

# Shell linting
vscode "timonwong.shellcheck"


# Markdown linting
vscode "yzhang.markdown-all-in-one"

# Spell checking
vscode "streetsidesoftware.code-spell-checker"
