Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>externalNew to Visual Studio Code? Get it now.
external

external

axetroy

|
4,481 installs
| (0) | Free
Run External Tools
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

vscode-external

An extension to Run External Tools.

Feature

  • [x] Add External Tools
  • [x] Remove External Tools
  • [x] Run External Tools

CHANGELOG

Useful external tools

    "external.commands": [
      {
        "name": "Prettify",
        "command": "prettier --write $FilePath$"
      },
      {
        "name": "Format",
        "command": "prettier --write './**/*.{js,css,json,md}'"
      },
      {
        "name": "Changelog",
        "command": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0"
      }
    ],

Contributors


Axetroy

💻 🔌 ⚠️ 🐛 🎨

License

The MIT License

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