@@ -10,22 +10,22 @@ Dart Frog can be installed from the [VS Code Marketplace](https://marketplace.vi
10
10
11
11
## Demonstration
12
12
13
- ![ demonstration] ( https://raw.githubusercontent.com/VeryGoodOpenSource/dart_frog/main/extensions/vscode/assets/new-route-middleware-usage .gif )
13
+ ![ demonstration] ( https://raw.githubusercontent.com/VeryGoodOpenSource/dart_frog/main/extensions/vscode/assets/demonstration .gif )
14
14
15
15
## Commands
16
16
17
- | Command | Description | Launch from |
18
- | ----------------------------------------------- | ------------------------------------ | ------------------------------- |
19
- | ` Dart Frog: Create ` | Creates a new Dart Frog app | Context menu or command palette |
20
- | ` Dart Frog: Install CLI ` | Installs Dart Frog CLI | Command palette |
21
- | ` Dart Frog: Update CLI ` | Updates Dart Frog CLI | Command palette |
22
- | ` Dart Frog: New Route ` | Generates a new route | Context menu or command palette |
23
- | ` Dart Frog: New Middleware ` | Generates a new middleware | Context menu or command palette |
24
- | ` Dart Frog: Start Daemon ` | Starts the Dart Frog daemon | Command palette |
25
- | ` Dart Frog: Start Development Server ` | Starts a Dart Frog server | Command palette and CodeLens |
26
- | ` Dart Frog: Debug Development Server ` | Debugs a Dart Frog server | Command palette |
27
- | ` Dart Frog: Start and Debug Development Server ` | Starts and debugs a Dart Frog server | Command palette and CodeLens |
28
- | ` Dart Frog: Stop Development Server ` | Stops a Dart Frog server | Command palette |
17
+ | Command | Description | Launch from |
18
+ | ----------------------------------------------- | ------------------------------------ | --------------------------------------- |
19
+ | ` Dart Frog: Create ` | Creates a new Dart Frog app | Command Palette or Context Menu |
20
+ | ` Dart Frog: Install CLI ` | Installs Dart Frog CLI | Command Palette |
21
+ | ` Dart Frog: Update CLI ` | Updates Dart Frog CLI | Command Palette |
22
+ | ` Dart Frog: New Route ` | Generates a new route | Command Palette or Context Menu |
23
+ | ` Dart Frog: New Middleware ` | Generates a new middleware | Command Palette or Context Menu |
24
+ | ` Dart Frog: Start Daemon ` | Starts the Dart Frog daemon | Command Palette |
25
+ | ` Dart Frog: Start Development Server ` | Starts a Dart Frog server | Command Palette, CodeLens or Status Bar |
26
+ | ` Dart Frog: Debug Development Server ` | Debugs a Dart Frog server | Command Palette |
27
+ | ` Dart Frog: Start and Debug Development Server ` | Starts and debugs a Dart Frog server | Command Palette or CodeLens |
28
+ | ` Dart Frog: Stop Development Server ` | Stops a Dart Frog server | Command Palette or Status Bar |
29
29
30
30
## Configuration
31
31
0 commit comments