10.0.5 • Published 2 months ago

overmind-devtools-vscode v10.0.5

Weekly downloads
153
License
MIT
Repository
github
Last release
2 months ago

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

TODO

10.0.5

8 months ago

10.0.4

8 months ago

10.0.3

10 months ago

10.0.2

2 years ago

10.0.1

3 years ago

10.0.0

3 years ago

9.0.0

3 years ago

8.0.0

4 years ago

7.0.2

4 years ago

7.0.1

4 years ago

7.0.0

4 years ago

6.1.1

4 years ago

6.1.0

4 years ago

6.0.1

4 years ago

6.0.0

4 years ago

5.1.0

4 years ago

5.0.1

4 years ago

5.0.0

4 years ago

4.1.3

4 years ago

4.1.2

4 years ago

4.1.1

4 years ago

4.1.0

4 years ago

4.0.2

4 years ago

4.0.1

4 years ago

4.0.0

4 years ago

3.0.0

4 years ago

2.0.0

5 years ago

1.3.0

5 years ago

1.2.0

5 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago