Skip to content
| Marketplace
Sign in
Visual Studio Code>Extension Packs>BugzillaNew to Visual Studio Code? Get it now.
Bugzilla

Bugzilla

Dylan Hardison

|
1,642 installs
| (0) | Free
configuration and extensions for working on bugzilla
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

README

This is a bundle I use to work on bugzilla. It includes support for additional syntaxes required by bugzilla:

  • template toolkit
  • apache config
  • docker config
  • YAML
  • extended auto-closing-tags

It also adds support for code formatting (perltidy) and linting (perlcritic).

In the future it might include better syntax highlighting for perl as VSCode's is a little lacking for new features.

Required Setup

The commands "perlcritic" and "perltidy" need to be in the path. Additionally, perlcritic requires Perl::Critic::Freenode. Typically you'd install these with the cpanm command.

OSX

Using homebrew:

brew install perl
brew install cpanminus
cpanm Perl::Critic::Freenode Perl::Critic Perl::Tidy

Windows

Install Stawberry Perl first, then from the terminal:

cpanm Perl::Critic::Freenode Perl::Critic Perl::Tidy

Linux (Ubuntu)

TODO

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft