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

Smallweb

pomdtr

|
28 installs
| (0) | Free
Smallweb integration for Visual Studio Code
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Smallweb

extension screenshot

Configuration

  • smallweb.dirs - A list of directories that contain smallweb apps.
{
    "smallweb.dirs": [
        "/Users/pomdtr/smallweb/smallweb.run",
        "/Users/pomdtr/smallweb/pomdtr.me",
        "/Users/pomdtr/smallweb/pomdtr.smallweb.live"
    ]
}

Available Commands

  • Open Current App in Browser - Open the current app in your default browser.
  • Open Current App in Simple Browser - Open the current app in the simple browser on the side.
  • Copy Current App URL - Copy the current app's URL to the clipboard.

URI handlers

You can open a workspace by using the a vscode:// URI handler:

# Windows
start vscode://pomdtr.smallweb/openApp?domain=www.smallweb.run

# Mac OS
open vscode://pomdtr.smallweb/openApp?domain=www.smallweb.run

# Linux
xdg-open vscode://pomdtr.smallweb/openApp?domain=www.smallweb.run
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft