Skip to content

Commit 835ed56

Browse files
authored
docs(vscode): update README.md (#1031)
1 parent d9b6438 commit 835ed56

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

extensions/vscode/README.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -10,22 +10,22 @@ Dart Frog can be installed from the [VS Code Marketplace](https://marketplace.vi
1010

1111
## Demonstration
1212

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)
1414

1515
## Commands
1616

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 |
2929

3030
## Configuration
3131

1.9 MB
Loading

0 commit comments

Comments
 (0)