Overmind Devtools for VS Code
Getting started
- Grab extension from marketplace
- Run the command
Overmind Devtools: Start
- Start 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
Extension Settings
This extension contributes the following settings:
overmind-devtools.port : port for devtools backend server
overmind-devtools.verbose : toggle verbose logging
Release Notes
TODO
| |