Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Overmind Devtools VSCodeNew to Visual Studio Code? Get it now.
Overmind Devtools VSCode

Overmind Devtools VSCode

Christian Alfoni

|
4,191 installs
| (4) | Free
Devtools for Overmind
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info


logo
Overmind Devtools for VS Code

Devtools for Overmind - https://overmindjs.org/

Getting started

  1. Grab extension from marketplace
  2. Run the command Overmind Devtools: Start
  3. Start your app

Enabling devtools in your app

Make sure your app has devtools enabled. This is done by passing devtools: true to createOvermind

const overmind = createOvermind(config, {
  devtools: true // defaults to 'localhost:3031'
})

If you for some reason can't use port 3031 you can change this via the overmind-devtools.port setting.

Features

  • explore state
  • etc etc

Extension Settings

This extension contributes the following settings:

  • overmind-devtools.port: port for devtools backend server
  • overmind-devtools.verbose: toggle verbose logging

Release Notes

You can find the Release Notes inside the Overmind Monorepo under Releases.

For changes in the Overmind DevTools Extension look for the packages overmind-devtools-vscode and overmind-devtools-client.

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