Devtools for Overmind - https://overmindjs.org/
- 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.
- explore state
- etc etc
This extension contributes the following settings:
overmind-devtools.port: port for devtools backend serverovermind-devtools.verbose: toggle verbose logging
TODO
