| 
  
   Overmind Devtools for VS Code
 
 
Getting started
Grab extension from marketplaceRun the command Overmind Devtools: StartStart your app Make sure your app has devtools enabled. This is done by passing devtools: truetocreateOvermind 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.portsetting. FeaturesExtension SettingsThis extension contributes the following settings: 
overmind-devtools.port: port for devtools backend serverovermind-devtools.verbose: toggle verbose logging Release NotesYou 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. |  |