Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>BoomNew to Visual Studio Code? Get it now.
Boom

Boom

jpedro

|
1 install
| (0) | Free
Syntax highlight for boom
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Boom Lang

Personal VSCode extension to the boom.lang.

That is just a document format (markup language) to deploy static files, just like surge.sh but with more controls.

This is just a series of directives that feed into ssh and rsync. So nothing fancy, people!

Docs

  • How to install an extension from GitHub

Examples

DOMAIN my.domain.com                # Or use the `CNAME` file instead
SOURCE ~/code/my-code               # The source directory
TARGET /var/www/my.domain.com       # The target directory
TYPE admin                          # Only accessible from certain IPs
EXCLUDE .git                        # Override the builtin `EXCLUDE`
EXCLUDE .secrets                    # Adds more folders to exclude
EXCLUDE stuff private               #

DEBUG                               # Show all decisions
APPROVE                             # Don't ask for confirmation
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft